Makefile (2a8682a815632e7b67ee7f2ef802c8ecf7f79713) | Makefile (06aac31aecb6028d346abc6b6cd54f58c12a1a32) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5TESTSDIR= ${TESTSBASE}/sys 6 7TESTS_SUBDIRS+= acl 8TESTS_SUBDIRS+= aio --- 25 unchanged lines hidden (view full) --- 34 35.if ${MK_CDDL} != "no" 36_cddl= cddl 37.endif 38 39# Items not integrated into kyua runs by default 40SUBDIR+= pjdfstest 41 | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5TESTSDIR= ${TESTSBASE}/sys 6 7TESTS_SUBDIRS+= acl 8TESTS_SUBDIRS+= aio --- 25 unchanged lines hidden (view full) --- 34 35.if ${MK_CDDL} != "no" 36_cddl= cddl 37.endif 38 39# Items not integrated into kyua runs by default 40SUBDIR+= pjdfstest 41 |
42SUBDIR+= common 43 |
|
42.include <bsd.test.mk> | 44.include <bsd.test.mk> |