sonar

Scan files at memory bandwidth speed.
Log | Files | Refs

commit c853f8bfac1302ef74c28630be418a1e7864dcd4
parent f2ded2b7f07f5ce56156cc841a8acb74bba14244
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sun, 20 Sep 2026 09:49:51 -0300

build: run the walk tests

`make test` named the three packages that had tests when it was written. walk has
them now, and a test suite that is not in the target that runs them is one nobody
runs.

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -40,6 +40,7 @@ test: | $(BUILD)/test $(ODIN) test ntfs -debug $(SAN) $(FLAGS) -out:$(BUILD)/test/ntfs$(EXE) $(ODIN) test flow -debug $(SAN) $(FLAGS) -out:$(BUILD)/test/flow$(EXE) $(ODIN) test scan -debug $(SAN) $(FLAGS) -out:$(BUILD)/test/scan$(EXE) + $(ODIN) test walk -debug $(SAN) $(FLAGS) -out:$(BUILD)/test/walk$(EXE) check: $(ODIN) check . $(FLAGS)