summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
blob: 162b0431a7b8e01a8e0685d4733c36ef433b8e82 (plain)
1
2
3
4
5
6
7
.PHONY: compile test

compile:
	python3 -m discovery

test:
	python3 -m unittest test_discovery