summaryrefslogtreecommitdiff
path: root/testsuite.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-10 19:08:12 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-10 19:08:12 -0500
commit10bd92db00eb26f6f29b91717f4bf8d0054ba071 (patch)
treea4a3881bd2a30eb6e1a79853e968dc5b5f4e1685 /testsuite.c
parentd204183f6fc492c15741e5486d8840b406ae89be (diff)
downloadlibc-testsuite-10bd92db00eb26f6f29b91717f4bf8d0054ba071.tar.gz
add setjmp test
this will be useful for testing libc ports to new targets where the asm could be buggy/broken.
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 82b2e3e..58944a7 100644
--- a/testsuite.c
+++ b/testsuite.c
@@ -35,6 +35,7 @@ int main()
RUN_TEST(dirname);
RUN_TEST(memstream);
RUN_TEST(mbc);
+ RUN_TEST(setjmp);
RUN_TEST(sem);
RUN_TEST(pthread);
/* env is last because it will break subsequent tests */