diff options
| author | jruoho <jruoho@NetBSD.org> | 2011-07-07 15:50:23 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2011-07-07 15:50:23 +0000 |
| commit | d3f16e1d671d96027c3cd3d962cdfeb6c336d56d (patch) | |
| tree | e783e443756507da045707ff477311bed0b4143a /tests/lib/libc/stdlib/Makefile | |
| parent | 3edd6a6107537f1cd8c136f1bee3ab0318262011 (diff) | |
Merge 't_environment' and 't_environment_pth'.
Diffstat (limited to 'tests/lib/libc/stdlib/Makefile')
| -rw-r--r-- | tests/lib/libc/stdlib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/lib/libc/stdlib/Makefile b/tests/lib/libc/stdlib/Makefile index 5c7c932d910..962dc30141b 100644 --- a/tests/lib/libc/stdlib/Makefile +++ b/tests/lib/libc/stdlib/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2011/06/04 14:56:58 jruoho Exp $ +# $NetBSD: Makefile,v 1.15 2011/07/07 15:50:23 jruoho Exp $ .include <bsd.own.mk> TESTSDIR= ${TESTSBASE}/lib/libc/stdlib TESTS_C+= t_div -TESTS_C+= t_environment -TESTS_C+= t_environment_pth +TESTS_C+= t_getenv TESTS_C+= t_exit TESTS_C+= t_hsearch TESTS_C+= t_mi_vector_hash @@ -25,7 +24,7 @@ PROGS+= h_atexit PROGS+= h_getopt h_getopt_long LDADD.t_strtod= -lm -LDADD.t_environment_pth= -pthread +LDADD.t_getenv= -pthread COPTS+= -ffloat-store |
