mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2026-03-06 08:52:26 -05:00
10 lines
88 B
Makefile
10 lines
88 B
Makefile
.DEFAULT_GOAL := test
|
|
|
|
.PHONY: test
|
|
test:
|
|
-py.test $(TEST_ARGS)
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
|