summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-02-10 13:36:09 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:10 +0200
commit53b31fa9f103d8262b7c1d28c5714238902e5081 (patch)
tree5aa56e5e756f33f3753f5b5b4decdefe4782db61 /Makefile
parent23e63807085b13a9b221c3374d05099559583011 (diff)
Move python library load to init and fix build
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45c75c3..36a19da 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ build:
test: test-go test-wrappers
test-go:
- go test
+ go test github.com/jwijenbergh/eduvpn-common/src
WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/)))