diff options
Diffstat (limited to 'auto_tests/run_tests')
-rwxr-xr-x | auto_tests/run_tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto_tests/run_tests b/auto_tests/run_tests new file mode 100755 index 00000000..4448b2e2 --- /dev/null +++ b/auto_tests/run_tests | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/bash | ||
2 | # run_tests - run the current tests for tox core | ||
3 | set -e | ||
4 | |||
5 | ./messenger_test && ./friends_test | ||