diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-11-16 19:57:47 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-11-16 19:57:47 +0000 |
commit | 41a3b1244b583d65648d393e829da63800a6d827 (patch) | |
tree | 9e8b05f9d498df81b70105e440960780ecb323e0 /lib/libc/tests/stdio/Makefile | |
parent | cf1f571271a1400688c497a3c25ea31902c6fe0b (diff) |
Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and
rename as lib/libc/stdio/fmemopen2_test
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=274592
Diffstat (limited to 'lib/libc/tests/stdio/Makefile')
-rw-r--r-- | lib/libc/tests/stdio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/tests/stdio/Makefile b/lib/libc/tests/stdio/Makefile index 3512dd954081..23d5c1ef8664 100644 --- a/lib/libc/tests/stdio/Makefile +++ b/lib/libc/tests/stdio/Makefile @@ -2,6 +2,8 @@ TESTSDIR= ${TESTSBASE}/lib/libc/stdio +ATF_TESTS_C= fmemopen2_test + NETBSD_ATF_TESTS_C= clearerr_test NETBSD_ATF_TESTS_C+= fflush_test NETBSD_ATF_TESTS_C+= fmemopen_test |