summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
blob: 690901fb8c3cd3201627db1dd51b64299422b238 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: compile test

compile:
	python3 -m discovery

test:
	$(MAKE) -C ../../exports
	python3 -m unittest test_discovery

clean:
	# Nothing to do