summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-10 13:18:14 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-10 13:18:14 +0200
commitcd5019305db965b4e3acb028ec1f1524d0199917 (patch)
tree798318aee35661a8e3d07da5e3b4e8a992d32052 /wrappers/python/Makefile
parent9e3e7f22892c3504e6de9827af0fabd9b4b098ea (diff)
Python: Add config retrieval test
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: