summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/*/)))