makefile: add target for test

pull/1/head
Michael Santos 7 years ago
parent e4fcd47b20
commit 7d1fb8fdb8

@ -1,3 +1,5 @@
.PHONY: all static clean test
RM=rm
UNAME_SYS := $(shell uname -s)
@ -35,3 +37,6 @@ static:
clean:
-@$(RM) xmppipe
test:
PATH=.:$$PATH bats test

Loading…
Cancel
Save