276ffe2d97
Discussed with: asomers Sponsored by: EMC / Isilon storage division
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/kern
|
|
|
|
ATF_TESTS_C+= kern_descrip_test
|
|
ATF_TESTS_C+= unix_seqpacket_test
|
|
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
|
|
|
LDADD+= -lpthread
|
|
|
|
.include <atf.test.mk>
|