Home | History | Annotate | Line # | Download | only in gen
Makefile revision 1.26
      1  1.26    jruoho # $NetBSD: Makefile,v 1.26 2011/06/14 05:25:21 jruoho 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.20    jruoho TESTS_C+=	t_alarm
      8  1.26    jruoho TESTS_C+=	t_assert
      9   1.7  pgoyette TESTS_C+=	t_basedirname
     10  1.22    jruoho TESTS_C+=	t_closefrom
     11   1.7  pgoyette TESTS_C+=	t_dir
     12   1.7  pgoyette TESTS_C+=	t_fmtcheck
     13  1.18    jruoho TESTS_C+=	t_getcwd
     14  1.17    jruoho TESTS_C+=	t_getgrent
     15   1.1  christos TESTS_C+=	t_glob_star
     16   1.7  pgoyette TESTS_C+=	t_humanize_number
     17  1.11  pgoyette TESTS_C+=	t_ldexp
     18  1.16    jruoho TESTS_C+=	t_nice
     19  1.23    jruoho TESTS_C+=	t_pause
     20  1.15    jruoho TESTS_C+=	t_raise
     21  1.13  pgoyette TESTS_C+=	t_randomid
     22  1.25    jruoho TESTS_C+=	t_setdomainname
     23  1.24    jruoho TESTS_C+=	t_sethostname
     24  1.12  pgoyette TESTS_C+=	t_siginfo
     25   1.2     pooka TESTS_C+=	t_syslog_pthread
     26  1.17    jruoho TESTS_C+=	t_ttyname
     27   1.7  pgoyette TESTS_C+=	t_vis
     28   1.2     pooka 
     29  1.11  pgoyette LDADD.t_ldexp+=		-lm
     30  1.19    jruoho LDADD.t_nice+=		-lpthread
     31   1.2     pooka LDADD.t_syslog_pthread+=-lpthread
     32   1.1  christos 
     33   1.1  christos .include <bsd.test.mk>
     34