mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-04-18 14:48:48 -04:00
10 lines
88 B
Makefile
10 lines
88 B
Makefile
.DEFAULT_GOAL := test
|
|
|
|
.PHONY: test
|
|
test:
|
|
-py.test $(TEST_ARGS)
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
|