summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdio
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-08-12 08:50:05 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-08-12 08:50:05 +0000
commit640235e2c2ba32947f7c59d168437ffa1280f1e6 (patch)
tree401d58607a71aa137881540d0ee8a6a7bc7c152a /lib/libc/tests/stdio
parent256bf4121c2621996e624c9d2c9dbaf9f020a247 (diff)
parent5a629b7e699953346a468e64a62aa8e236d371c9 (diff)
Notes
Diffstat (limited to 'lib/libc/tests/stdio')
-rw-r--r--lib/libc/tests/stdio/Makefile3
-rw-r--r--lib/libc/tests/stdio/open_memstream2_test.c (renamed from lib/libc/tests/stdio/open_memstream_test.c)0
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/tests/stdio/Makefile b/lib/libc/tests/stdio/Makefile
index 72685e078e72..7ebe3ffe052f 100644
--- a/lib/libc/tests/stdio/Makefile
+++ b/lib/libc/tests/stdio/Makefile
@@ -8,7 +8,7 @@ ATF_TESTS_C+= fopen2_test
ATF_TESTS_C+= freopen_test
ATF_TESTS_C+= getdelim_test
ATF_TESTS_C+= mkostemp_test
-ATF_TESTS_C+= open_memstream_test
+ATF_TESTS_C+= open_memstream2_test
ATF_TESTS_C+= open_wmemstream_test
ATF_TESTS_C+= perror_test
ATF_TESTS_C+= print_positional_test
@@ -24,6 +24,7 @@ NETBSD_ATF_TESTS_C+= fmemopen_test
NETBSD_ATF_TESTS_C+= fopen_test
NETBSD_ATF_TESTS_C+= fputc_test
NETBSD_ATF_TESTS_C+= mktemp_test
+NETBSD_ATF_TESTS_C+= open_memstream_test
NETBSD_ATF_TESTS_C+= popen_test
NETBSD_ATF_TESTS_C+= printf_test
NETBSD_ATF_TESTS_C+= scanf_test
diff --git a/lib/libc/tests/stdio/open_memstream_test.c b/lib/libc/tests/stdio/open_memstream2_test.c
index 3c9e3ec30eb2..3c9e3ec30eb2 100644
--- a/lib/libc/tests/stdio/open_memstream_test.c
+++ b/lib/libc/tests/stdio/open_memstream2_test.c