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