diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-10 13:18:14 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-10 13:18:14 +0200 |
| commit | cd5019305db965b4e3acb028ec1f1524d0199917 (patch) | |
| tree | 798318aee35661a8e3d07da5e3b4e8a992d32052 /wrappers/python/Makefile | |
| parent | 9e3e7f22892c3504e6de9827af0fabd9b4b098ea (diff) | |
Python: Add config retrieval test
Diffstat (limited to 'wrappers/python/Makefile')
| -rw-r--r-- | wrappers/python/Makefile | 2 |
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: |
