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