1 1.50 kamil # $NetBSD: Makefile,v 1.50 2016/12/09 06:12:02 kamil Exp $ 2 1.1 christos 3 1.1 christos .include <bsd.own.mk> 4 1.1 christos 5 1.1 christos TESTSDIR= ${TESTSBASE}/lib/libc/gen 6 1.1 christos 7 1.50 kamil TESTS_SUBDIRS= exect 8 1.50 kamil TESTS_SUBDIRS+= execve 9 1.40 uebayasi TESTS_SUBDIRS+= posix_spawn 10 1.34 martin 11 1.20 jruoho TESTS_C+= t_alarm 12 1.26 jruoho TESTS_C+= t_assert 13 1.7 pgoyette TESTS_C+= t_basedirname 14 1.22 jruoho TESTS_C+= t_closefrom 15 1.33 jruoho TESTS_C+= t_cpuset 16 1.7 pgoyette TESTS_C+= t_dir 17 1.39 joerg TESTS_C+= t_floatunditf 18 1.7 pgoyette TESTS_C+= t_fmtcheck 19 1.36 jruoho TESTS_C+= t_fnmatch 20 1.29 jruoho TESTS_C+= t_fpclassify 21 1.29 jruoho TESTS_C+= t_fpsetmask 22 1.29 jruoho TESTS_C+= t_fpsetround 23 1.33 jruoho TESTS_C+= t_ftok 24 1.18 jruoho TESTS_C+= t_getcwd 25 1.17 jruoho TESTS_C+= t_getgrent 26 1.28 jruoho TESTS_C+= t_glob 27 1.7 pgoyette TESTS_C+= t_humanize_number 28 1.29 jruoho TESTS_C+= t_isnan 29 1.16 jruoho TESTS_C+= t_nice 30 1.23 jruoho TESTS_C+= t_pause 31 1.15 jruoho TESTS_C+= t_raise 32 1.13 pgoyette TESTS_C+= t_randomid 33 1.35 jruoho TESTS_C+= t_realpath 34 1.25 jruoho TESTS_C+= t_setdomainname 35 1.24 jruoho TESTS_C+= t_sethostname 36 1.12 pgoyette TESTS_C+= t_siginfo 37 1.38 pgoyette TESTS_C+= t_sleep 38 1.27 jruoho TESTS_C+= t_syslog 39 1.32 jruoho TESTS_C+= t_time 40 1.17 jruoho TESTS_C+= t_ttyname 41 1.7 pgoyette TESTS_C+= t_vis 42 1.2 pooka 43 1.49 christos CPPFLAGS.t_siginfo.c+=-D__TEST_FENV 44 1.49 christos 45 1.41 matt LDADD.t_siginfo+= -lm 46 1.41 matt DPADD.t_siginfo+= ${LIBM} 47 1.29 jruoho LDADD.t_fpclassify+= -lm 48 1.31 christos DPADD.t_fpclassify+= ${LIBM} 49 1.31 christos LDADD.t_fpsetround+= -lm 50 1.31 christos DPADD.t_fpsetround+= ${LIBM} 51 1.29 jruoho 52 1.19 jruoho LDADD.t_nice+= -lpthread 53 1.31 christos DPADD.t_nice+= ${LIBPTHREAD} 54 1.27 jruoho LDADD.t_syslog+= -lpthread 55 1.31 christos DPADD.t_syslog+= ${LIBPTHREAD} 56 1.1 christos 57 1.1 christos .include <bsd.test.mk> 58