kit

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

commit aa77e40659f4596f238bec93a379edf8c3f2476c
parent a2f6367d5228992098a5ed2c3883ec113d623ab9
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Mon,  1 Jun 2026 19:41:15 -0700

test: add bootstrap to make test

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

diff --git a/test/test.mk b/test/test.mk @@ -151,7 +151,8 @@ DEFAULT_TEST_TARGETS = \ test-libc \ test-link-x64 \ test-rt-runtime \ - test-bounce + test-bounce \ + bootstrap .PHONY: test $(TEST_TARGETS)