summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-16 14:08:24 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-16 14:08:24 +0530
commit1a52152852ff29c727673fc80e8bf8eca5ed6365 (patch)
treee719771aa1b23f0b8774814ee907057f86f1dda1 /build.c
parent6ac448727e1e26c78055eaaa361217f64393d808 (diff)
starting pos, move count, test pass
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});