summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 21:09:38 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 21:09:38 -0500
commit3289aef6dd90453f46f0ba3102ae184734374dc7 (patch)
tree37a813f7ac62a915c045675db4f93861bd529d4d /Makefile
parent2c9f47eb2eb7456948aeb8bed307e6b39be2cc32 (diff)
skeleton tests for all C89 headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 304851a..61bd4d3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,9 @@ TESTOBJS=main.o \
stdarg.o \
stdbool.o \
stddef.o \
+ stdio.o \
+ stdlib.o \
+ string.o \
time.o \
test.o