Function for running all tests

This commit is contained in:
Bruno Sutic
2015-08-01 18:06:19 +02:00
parent eb24578b08
commit 9a34ff66bc
7 changed files with 57 additions and 39 deletions

View File

@ -27,8 +27,4 @@ test_plugin_installation() {
teardown_helper
}
main() {
test_plugin_installation
exit_value_helper
}
main
run_tests