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