Update to the newest fuc2.
This commit is contained in:
parent
aa153f8e84
commit
9fffa51729
6 changed files with 14 additions and 10 deletions
|
|
@ -9,9 +9,13 @@ TEST_SET(sound_tests);
|
|||
TEST_SET(texture_tests);
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
run(lel_tests::TESTS);
|
||||
run(guecs_tests::TESTS);
|
||||
run(shader_tests::TESTS);
|
||||
run(sound_tests::TESTS);
|
||||
run(texture_tests::TESTS);
|
||||
std::vector<Set> all_tests{
|
||||
lel_tests::TESTS,
|
||||
guecs_tests::TESTS,
|
||||
shader_tests::TESTS,
|
||||
sound_tests::TESTS,
|
||||
texture_tests::TESTS,
|
||||
};
|
||||
|
||||
run_tests(all_tests, argc, argv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue