summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5c2f1f1..b55b70c 100644
--- a/main.c
+++ b/main.c
@@ -11,7 +11,9 @@ any odd number of "s for a string
#include "toc.c"
int main(int argc, char **argv) {
- allocr_test();
+#ifdef TOC_DEBUG
+ test_all();
+#endif
return 0;
if (argc < 2) {
fprintf(stderr, "Please specify an input file.\n");