diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:09:38 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:09:38 -0500 |
commit | 3289aef6dd90453f46f0ba3102ae184734374dc7 (patch) | |
tree | 37a813f7ac62a915c045675db4f93861bd529d4d /Makefile | |
parent | 2c9f47eb2eb7456948aeb8bed307e6b39be2cc32 (diff) |
skeleton tests for all C89 headers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ TESTOBJS=main.o \ stdarg.o \ stdbool.o \ stddef.o \ + stdio.o \ + stdlib.o \ + string.o \ time.o \ test.o |