summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-12-23 11:54:24 +0100
committerKali Kaneko <kali@leap.se>2017-12-26 19:26:53 +0100
commita48e2f8521025b0992e87245cb02a90a5fc74e58 (patch)
treeb6ae3a14fa92bb050e10ce2a975ee3fd062d3468 /Makefile
parent0236c16af176a4049b9ff1354f8af42764c5bdc8 (diff)
[test] Split monolithic e2e test into seperate tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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: