summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 42e8793..1fda841 100644
--- a/main.c
+++ b/main.c
@@ -55,8 +55,8 @@ int main(int argc, char *argv[])
/* test_stdalign_h(); */
/* test_stdarg_h(); */
/* test_stdatomic_h(); */
- /* test_stdbool_h(); */
- /* test_stddef_h(); */
+ test_stdbool_h();
+ test_stddef_h();
/* test_stdint_h(); */
/* test_stdio_h(); */
/* test_stdlib_h(); */