Home | History | Annotate | Line # | Download | only in gen
Makefile revision 1.31.2.3
      1  1.31.2.3      yamt # $NetBSD: Makefile,v 1.31.2.3 2013/01/16 05:34:00 yamt 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.31.2.2      yamt TESTS_SUBDIRS=	posix_spawn
      8  1.31.2.2      yamt 
      9      1.20    jruoho TESTS_C+=	t_alarm
     10      1.26    jruoho TESTS_C+=	t_assert
     11       1.7  pgoyette TESTS_C+=	t_basedirname
     12      1.22    jruoho TESTS_C+=	t_closefrom
     13  1.31.2.1      yamt TESTS_C+=	t_cpuset
     14       1.7  pgoyette TESTS_C+=	t_dir
     15       1.7  pgoyette TESTS_C+=	t_fmtcheck
     16  1.31.2.2      yamt TESTS_C+=	t_fnmatch
     17      1.29    jruoho TESTS_C+=	t_fpclassify
     18      1.29    jruoho TESTS_C+=	t_fpsetmask
     19      1.29    jruoho TESTS_C+=	t_fpsetround
     20  1.31.2.1      yamt TESTS_C+=	t_ftok
     21      1.18    jruoho TESTS_C+=	t_getcwd
     22      1.17    jruoho TESTS_C+=	t_getgrent
     23      1.28    jruoho TESTS_C+=	t_glob
     24       1.7  pgoyette TESTS_C+=	t_humanize_number
     25      1.29    jruoho TESTS_C+=	t_isnan
     26      1.16    jruoho TESTS_C+=	t_nice
     27      1.23    jruoho TESTS_C+=	t_pause
     28      1.15    jruoho TESTS_C+=	t_raise
     29      1.13  pgoyette TESTS_C+=	t_randomid
     30  1.31.2.2      yamt TESTS_C+=	t_realpath
     31      1.25    jruoho TESTS_C+=	t_setdomainname
     32      1.24    jruoho TESTS_C+=	t_sethostname
     33      1.12  pgoyette TESTS_C+=	t_siginfo
     34  1.31.2.3      yamt TESTS_C+=	t_sleep
     35      1.27    jruoho TESTS_C+=	t_syslog
     36  1.31.2.1      yamt TESTS_C+=	t_time
     37      1.17    jruoho TESTS_C+=	t_ttyname
     38       1.7  pgoyette TESTS_C+=	t_vis
     39       1.2     pooka 
     40      1.29    jruoho LDADD.t_fpclassify+=	-lm
     41      1.31  christos DPADD.t_fpclassify+=	${LIBM}
     42      1.31  christos LDADD.t_fpsetround+=	-lm
     43      1.31  christos DPADD.t_fpsetround+=	${LIBM}
     44      1.29    jruoho 
     45      1.19    jruoho LDADD.t_nice+=		-lpthread
     46      1.31  christos DPADD.t_nice+=		${LIBPTHREAD}
     47      1.27    jruoho LDADD.t_syslog+=	-lpthread
     48      1.31  christos DPADD.t_syslog+=	${LIBPTHREAD}
     49       1.1  christos 
     50       1.1  christos .include <bsd.test.mk>
     51