4 lines
58 B
Makefile
4 lines
58 B
Makefile
# Test runs all the tests
|
|
test:
|
|
zig test src/root.zig
|
# Test runs all the tests
|
|
test:
|
|
zig test src/root.zig
|