From 1a52152852ff29c727673fc80e8bf8eca5ed6365 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 16 Jul 2026 14:08:24 +0530 Subject: starting pos, move count, test pass --- build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.c') 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}); -- cgit v1.2.3