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

@ -28,8 +28,4 @@ test_plugin_sourcing() {
teardown_helper
}
main() {
test_plugin_sourcing
exit_value_helper
}
main
run_tests