summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-11-25 15:27:06 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-11-25 15:30:43 +0100
commit39a9c782b27ed9ea2faf342e9bff4309ba67c57f (patch)
tree37a185b213190c0c30705b94674383b75b164015 /wrappers/python/Makefile
parentc0ba63117980d0afb4e1882f7c2f3073c932b81f (diff)
Fix Python tests on unix
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