From dd1e5083d99637d4118d12fa72605096d7b5e587 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 4 May 2017 19:05:26 +0200 Subject: [tests] simple e2e vpn test - Resolves: #8874 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3