diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-04 19:05:26 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-07 12:31:19 +0200 |
commit | dd1e5083d99637d4118d12fa72605096d7b5e587 (patch) | |
tree | b984e6fce19bd24a068a4c3ad1f36de051b0b23e /Makefile | |
parent | 4da0958a7c87d9e68a5e9a9acf4bcbcc3a9d6ac2 (diff) |
[tests] simple e2e vpn test
- Resolves: #8874
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |