From a48e2f8521025b0992e87245cb02a90a5fc74e58 Mon Sep 17 00:00:00 2001 From: Varac Date: Sat, 23 Dec 2017 11:54:24 +0100 Subject: [test] Split monolithic e2e test into seperate tests --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 476f8da3..8dd0aeec 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,13 @@ uninstall: test: tox -test_e2e: install_helpers +test_e2e_mail: install_helpers tests/e2e/e2e-test-mail.sh + +test_e2e_vpn: install_helpers tests/e2e/e2e-test-vpn.sh + +test_e2e_conditional_downloads: install_helpers tests/e2e/conditional_downloads.py test_functional_setup: -- cgit v1.2.3