forked from Mirrors/privacore-open-source-search-engine
10 lines
88 B
Makefile
10 lines
88 B
Makefile
.DEFAULT_GOAL := test
|
|
|
|
.PHONY: test
|
|
test:
|
|
-py.test $(TEST_ARGS)
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
|