summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 8f799b5..d7914d1 100644
--- a/build.c
+++ b/build.c
@@ -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});