diff options
author | Varac <varac@leap.se> | 2017-12-23 11:54:24 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-12-26 19:26:53 +0100 |
commit | a48e2f8521025b0992e87245cb02a90a5fc74e58 (patch) | |
tree | b6ae3a14fa92bb050e10ce2a975ee3fd062d3468 /Makefile | |
parent | 0236c16af176a4049b9ff1354f8af42764c5bdc8 (diff) |
[test] Split monolithic e2e test into seperate tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: |