From 30b04e4b2a90981570ae04095aeccd746ccdea6a Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 29 Dec 2025 00:58:21 +0100 Subject: Add first bootstrapping transpiler test Signed-off-by: Mel --- boot/tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/tests/test.c') diff --git a/boot/tests/test.c b/boot/tests/test.c index b8db80c..841df09 100644 --- a/boot/tests/test.c +++ b/boot/tests/test.c @@ -535,7 +535,7 @@ struct Result_Summary transpile_tests(bool adjust) { const ascii* base_path = "./boot/tests/transpile/"; - const ascii* base_command = "./build/catboot"; + const ascii* base_command = "./build/catboot --test-transpile"; return tests(base_path, base_command, adjust); } -- cgit 1.4.1