Deleted Added
full compact
Makefile (274595) Makefile (289172)
1# $FreeBSD: head/lib/libc/tests/gen/Makefile 274595 2014-11-16 20:29:57Z ngie $
1# $FreeBSD: head/lib/libc/tests/gen/Makefile 289172 2015-10-12 08:16:03Z ngie $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/lib/libc/gen
6
7ATF_TESTS_C= arc4random_test
8ATF_TESTS_C+= fpclassify2_test
9
10# TODO: t_closefrom, t_cpuset, t_fmtcheck, t_randomid, t_sleep
11# TODO: t_siginfo (fixes require further inspection)
12# TODO: t_sethostname_test (consistently screws up the hostname)
13
14NETBSD_ATF_TESTS_C= alarm_test

--- 47 unchanged lines hidden ---
5ATF_TESTS_C= arc4random_test
6ATF_TESTS_C+= fpclassify2_test
7
8# TODO: t_closefrom, t_cpuset, t_fmtcheck, t_randomid, t_sleep
9# TODO: t_siginfo (fixes require further inspection)
10# TODO: t_sethostname_test (consistently screws up the hostname)
11
12NETBSD_ATF_TESTS_C= alarm_test

--- 47 unchanged lines hidden ---