diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,3 +28,5 @@ typedef long double Floating; /* OPTIM: Switch to double */ #include "parse.c" #include "eval.c" #include "types.c" + +#include "tests.c" |