Deleted Added
sdiff udiff text old ( 289393 ) new ( 289441 )
full compact
1# $FreeBSD: head/tests/sys/Makefile 289441 2015-10-17 04:32:21Z ngie $
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+= posixshm
16TESTS_SUBDIRS+= vfs
17TESTS_SUBDIRS+= vm
18
19# Items not integrated into kyua runs by default
20SUBDIR+= pjdfstest
21
22SUBDIR_PARALLEL=
23
24.include <bsd.test.mk>