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

compile:
	python3 -m discovery

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