2014-01-23 17:26:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2014-11-03 07:18:42 +00:00
|
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
|
2015-10-17 08:39:37 +00:00
|
|
|
TESTS_SUBDIRS+= acl
|
2015-04-27 08:51:40 +00:00
|
|
|
TESTS_SUBDIRS+= aio
|
2015-04-27 08:15:17 +00:00
|
|
|
TESTS_SUBDIRS+= fifo
|
|
|
|
TESTS_SUBDIRS+= file
|
Integrate
tools/regression/geom_{concat,eli,gate,mirror,nop,raid3,shsec,stripe,uzip}
in to the FreeBSD test suite as
tests/sys/geom/class/{concat,eli,gate,mirror,nop,raid3,shsec,stripe,uzip}
The tools/regression/geom and tools/regression/geom_part testcases are being
left alone because both test sets are both currently broken.
The majority of this work was done on ^/user/ngie/more-tests2 . The differences
are as follows:
- tests/sys/geom/class/Makefile.inc is not present; it was
inlined into the class's Makefiles for explicitness.
- The testcases officially require root via kyua
- The geom_gate(4) tests don't use the pidfile changes proposed in
https://reviews.freebsd.org/D4836 .
MFC after: 1 month
Sponsored by: EMC / Isilon Storage Division
2016-01-13 09:14:27 +00:00
|
|
|
TESTS_SUBDIRS+= geom
|
2014-02-08 00:20:21 +00:00
|
|
|
TESTS_SUBDIRS+= kern
|
2015-04-27 07:37:48 +00:00
|
|
|
TESTS_SUBDIRS+= kqueue
|
2015-12-21 21:24:03 +00:00
|
|
|
TESTS_SUBDIRS+= mac
|
2015-04-27 08:31:43 +00:00
|
|
|
TESTS_SUBDIRS+= mqueue
|
2014-03-20 20:39:41 +00:00
|
|
|
TESTS_SUBDIRS+= netinet
|
2014-12-12 19:56:36 +00:00
|
|
|
TESTS_SUBDIRS+= opencrypto
|
2015-10-17 04:32:21 +00:00
|
|
|
TESTS_SUBDIRS+= posixshm
|
2015-10-14 08:16:15 +00:00
|
|
|
TESTS_SUBDIRS+= vfs
|
2015-04-27 17:53:09 +00:00
|
|
|
TESTS_SUBDIRS+= vm
|
2014-11-03 07:18:42 +00:00
|
|
|
|
|
|
|
# Items not integrated into kyua runs by default
|
|
|
|
SUBDIR+= pjdfstest
|
2014-01-23 17:26:28 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|