summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnjan Nath <kaludios@gmail.com>2022-06-12 00:14:38 +0530
committerAnjan Nath <kaludios@gmail.com>2022-06-12 23:10:11 +0530
commitbb56d405ba531b447efa194e26e8218ab3f4a689 (patch)
tree68a80c03191b6c1431594bb7291cffbcd1665b30 /Makefile
parentd50d19ca2ed3d78909316a711060ed0be98555e0 (diff)
add unit test to check panic in Dial and DialContext functions
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 ./...
+