kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

commit 84f2b286fdbb060a79474a30246c1eef2c1ba7ea
parent 41e9d3d610a824173a86e3e581e4921232699bbe
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Thu, 21 May 2026 10:45:06 -0700

Make test-parse build runtime first

Diffstat:
Mtest/test.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test.mk b/test/test.mk @@ -237,7 +237,7 @@ $(OPT_TEST_BIN): test/opt/opt_test.c $(LIB_AR) @mkdir -p $(dir $@) $(CC) $(DRIVER_CFLAGS) -Isrc test/opt/opt_test.c $(LIB_AR) -o $@ -test-parse: lib $(PARSE_RUNNER) $(ROUNDTRIP_BIN) $(LINK_EXE_RUNNER) $(JIT_RUNNER) +test-parse: lib rt $(PARSE_RUNNER) $(ROUNDTRIP_BIN) $(LINK_EXE_RUNNER) $(JIT_RUNNER) bash test/parse/run.sh test-parse-err: lib $(PARSE_RUNNER)