Add simple tests

This commit is contained in:
2025-07-06 10:46:46 +00:00
parent 48923ebad5
commit f3422dc19a
2 changed files with 286 additions and 1 deletions

View File

@ -28,7 +28,7 @@ clean:
.PHONY: test
test:
@echo "Running tests..."
cd $(SOURCE_DIR) && go test ./...
cd $(SOURCE_DIR) && go test -v .
# Format Go code
.PHONY: fmt