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