summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-04 19:05:26 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-07 12:31:19 +0200
commitdd1e5083d99637d4118d12fa72605096d7b5e587 (patch)
treeb984e6fce19bd24a068a4c3ad1f36de051b0b23e /Makefile
parent4da0958a7c87d9e68a5e9a9acf4bcbcc3a9d6ac2 (diff)
[tests] simple e2e vpn test
- Resolves: #8874
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 323dcc52..1ee8b1f6 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,12 @@ dev-latest-all: dev-all
uninstall:
pip uninstall leap.bitmask
+test:
+ tox
+
test_e2e:
- tests/e2e/e2e-test.sh
+ tests/e2e/e2e-test-mail.sh
+ tests/e2e/e2e-test-vpn.sh
qt-resources:
pyrcc5 pkg/branding/icons.qrc -o src/leap/bitmask/gui/app_rc.py