From 39a9c782b27ed9ea2faf342e9bff4309ba67c57f Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 25 Nov 2021 15:27:06 +0100 Subject: Fix Python tests on unix --- wrappers/python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrappers/python/Makefile') 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 -- cgit v1.2.3