diff options
Diffstat (limited to 'build.c')
| -rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ int test_mode(int run_mode) { execvp(args[0], args); } - RUN_CMD({CC, "generate/find_tests.c", "-o", "output/find_tests.o", NULL}); + RUN_CMD({CC, "tests/find_tests.c", "-o", "output/find_tests.o", NULL}); RUN_CMD({"./output/find_tests.o", NULL}); printf("\n"); RUN_CMD({CC, "tests/main.c", "-o", "output/test.o", NULL}); |
