summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa104f2..7a7f8f3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,7 @@ build-android:
go get -u golang.org/x/mobile/cmd/gomobile
$(GOMOBILE) init
$(GOMOBILE) bind -x -target android -o mobile/android/obfsvpn.aar ./client/
+
+test:
+ go test ./...
+