summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/Makefile')
-rw-r--r--wrappers/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile
index 92482a4..22e9144 100644
--- a/wrappers/python/Makefile
+++ b/wrappers/python/Makefile
@@ -14,7 +14,7 @@ pack:
test: .try-build-lib
install "$(EXPORTS_LIB_SUBFOLDER_PATH)/$(LIB_FILE)" -Dt "eduvpncommon/lib"
- #python3 -m unittest test_discovery
+ python3 -m unittest tests
rm eduvpncommon/lib/*
clean: