Add 'make test' command

This commit is contained in:
2025-05-24 15:26:30 -05:00
parent d94403d126
commit dba4617520

View File

@@ -1,2 +1,5 @@
run:
go run internal/main.go -o hello.zig programs/hello.go && zig run hello.zig
go run internal/main.go -o hello.zig programs/hello.go && zig run hello.zig
test:
go test ./internal/zig