More tests converted to fuc2.
This commit is contained in:
parent
b8b42d5681
commit
903cf00661
10 changed files with 671 additions and 556 deletions
|
|
@ -11,6 +11,13 @@ TEST_SET(component_tests);
|
|||
TEST_SET(config_tests);
|
||||
TEST_SET(dbc_tests);
|
||||
TEST_SET(dinkyecs_tests);
|
||||
TEST_SET(event_router_tests);
|
||||
TEST_SET(inventory_tests);
|
||||
TEST_SET(lighting_tests);
|
||||
TEST_SET(loot_tests);
|
||||
TEST_SET(map_tests);
|
||||
TEST_SET(matrix_tests);
|
||||
TEST_SET(mazes_tests);
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
run(ai_tests::TESTS);
|
||||
|
|
@ -22,4 +29,11 @@ int main(int argc, char* argv[]) {
|
|||
run(config_tests::TESTS);
|
||||
run(dbc_tests::TESTS);
|
||||
run(dinkyecs_tests::TESTS);
|
||||
run(event_router_tests::TESTS);
|
||||
run(inventory_tests::TESTS);
|
||||
run(lighting_tests::TESTS);
|
||||
run(loot_tests::TESTS);
|
||||
run(map_tests::TESTS);
|
||||
run(matrix_tests::TESTS);
|
||||
run(mazes_tests::TESTS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue