summaryrefslogtreecommitdiff
path: root/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.c')
-rw-r--r--testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite.c b/testsuite.c
index 0ba976d..a4761cc 100644
--- a/testsuite.c
+++ b/testsuite.c
@@ -29,6 +29,7 @@ int main()
RUN_TEST(wcstol);
RUN_TEST(basename);
RUN_TEST(dirname);
+ RUN_TEST(memstream);
RUN_TEST(mbc);
RUN_TEST(sem);
RUN_TEST(pthread);