summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 20:24:54 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 20:24:54 -0500
commit9cc79623cc21c52bbf78afdfdbfd8058c5c55af8 (patch)
tree44cb7b3a8fd33eaca97ddf588ceeb527b30960d4 /Makefile
parentadd94c7ea454202a01c5feb96c7e9131f82d7a46 (diff)
<setjmp.h> tests (still disabled until I begin writing the actual code since longjmp() is a _Noreturn function)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a87be0..59f0da7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ TESTOBJS=main.o \
limits.o \
locale.o \
math.o \
+ setjmp.o \
signal.o \
stdbool.o \
stddef.o \