summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2015-04-07 07:40:46 +0200
committerMichael Brown2015-04-07 07:40:46 +0200
commitdc795b9fefebc5988ecbebd3ed034aa5dc661524 (patch)
tree0fbf11b11c7ecc284769990ea37d1d16a039ea46 /src/tests/tests.c
parent[libc] Add x86_64 versions of setjmp() and longjmp() (diff)
downloadipxe-dc795b9fefebc5988ecbebd3ed034aa5dc661524.tar.gz
ipxe-dc795b9fefebc5988ecbebd3ed034aa5dc661524.tar.xz
ipxe-dc795b9fefebc5988ecbebd3ed034aa5dc661524.zip
[test] Add setjmp()/longjmp() self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r--src/tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index adb90f20..c2286c98 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -63,3 +63,4 @@ REQUIRE_OBJECT ( png_test );
REQUIRE_OBJECT ( dns_test );
REQUIRE_OBJECT ( uri_test );
REQUIRE_OBJECT ( profile_test );
+REQUIRE_OBJECT ( setjmp_test );