Deleted Added
sdiff udiff text old ( 289393 ) new ( 289441 )
full compact
1# $FreeBSD: head/tests/sys/Makefile 289393 2015-10-15 22:55:08Z bdrewery $
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/sys
6
7TESTS_SUBDIRS+= aio
8TESTS_SUBDIRS+= fifo
9TESTS_SUBDIRS+= file
10TESTS_SUBDIRS+= kern
11TESTS_SUBDIRS+= kqueue
12TESTS_SUBDIRS+= mqueue
13TESTS_SUBDIRS+= netinet
14TESTS_SUBDIRS+= opencrypto
15TESTS_SUBDIRS+= vfs
16TESTS_SUBDIRS+= vm
17
18# Items not integrated into kyua runs by default
19SUBDIR+= pjdfstest
20
21SUBDIR_PARALLEL=
22
23.include <bsd.test.mk>