diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-03-09 22:45:04 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-03-09 22:45:04 +0000 |
commit | 48a437b4b018af24e49bba13131f02506a5db680 (patch) | |
tree | 608ecd9e95aa7157d1e7fc24e014186622fe6797 /lib/libc | |
parent | fa20ffcb722dae7d6a81cebe4ba037373e4c6205 (diff) | |
download | FreeBSD-src-48a437b4b018af24e49bba13131f02506a5db680.zip FreeBSD-src-48a437b4b018af24e49bba13131f02506a5db680.tar.gz |
Fix and connect setjmp test.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index 68ce44c..ff1af55 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -14,6 +14,7 @@ TESTS_SUBDIRS+= nss TESTS_SUBDIRS+= regex TESTS_SUBDIRS+= resolv TESTS_SUBDIRS+= rpc +TESTS_SUBDIRS+= setjmp TESTS_SUBDIRS+= stdio TESTS_SUBDIRS+= stdlib TESTS_SUBDIRS+= string |