summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/Makefile')
-rw-r--r--wrappers/python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile
index 53d1375..162b043 100644
--- a/wrappers/python/Makefile
+++ b/wrappers/python/Makefile
@@ -1,7 +1,7 @@
.PHONY: compile test
compile:
- ./discovery.py
+ python3 -m discovery
test:
- ./test_discovery.py
+ python3 -m unittest test_discovery