aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b8fc02b8706425d6f1bfa318c4be4dbdc63bb424 (plain)
1
2
3
4
5
6
.PHONY: test
test: target/debug/git-todo
	prove -v -I./t

target/debug/git-todo:
	cargo build