Return bad error code when tests fail

This commit is contained in:
Alex Kotliarskyi
2014-09-26 20:08:37 -07:00
parent 02dbe44057
commit ba4cf35804
3 changed files with 5 additions and 3 deletions

View File

@@ -3166,5 +3166,5 @@ int main()
test("should layout with absolutely position bottom", root_node, root_layout);
}
/** END_GENERATED **/
tests_finished();
return tests_finished();
}