Makefile: add test.
parent
3b7203c58d
commit
0eb5dc57f5
|
@ -12,5 +12,8 @@ s: src/receive-msg.zig
|
||||||
m: src/main.zig
|
m: src/main.zig
|
||||||
$(ZIGC) build-exe $(ZIGOPTS) $^
|
$(ZIGC) build-exe $(ZIGOPTS) $^
|
||||||
|
|
||||||
|
t: src/main.zig
|
||||||
|
$(ZIGC) test $^
|
||||||
|
|
||||||
d: src/main.zig
|
d: src/main.zig
|
||||||
$(ZIGC) build-exe $(ZIGOPTS) -freference-trace $^
|
$(ZIGC) build-exe $(ZIGOPTS) -freference-trace $^
|
||||||
|
|
Reference in New Issue