privacore-open-source-searc.../test/system/Makefile
2016-01-07 15:01:38 +01:00

10 lines
88 B
Makefile

.DEFAULT_GOAL := test
.PHONY: test
test:
-py.test $(TEST_ARGS)
.PHONY: clean
clean: