kit

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

commit 05c9bbe7ebca86d0863b28fb963a29f2d37ec873
parent 86578e086af87817f5e12c08978143bfc10f1946
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Mon,  1 Jun 2026 17:33:17 -0700

test: expand default targets

Diffstat:
Mtest/test.mk | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/test.mk b/test/test.mk @@ -147,7 +147,11 @@ DEFAULT_TEST_TARGETS = \ test-disasm-complete \ test-macho \ test-interp-toy \ - test-wasm-front + test-wasm \ + test-libc \ + test-link-x64 \ + test-rt-runtime \ + test-bounce .PHONY: test $(TEST_TARGETS)