Now all configurable with json.
This commit is contained in:
parent
3041ae0172
commit
d3169d3eca
25 changed files with 720 additions and 244 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
TEST_SET(shader_tests);
|
||||
TEST_SET(model_tests);
|
||||
TEST_SET(config_tests);
|
||||
|
||||
using namespace fuc2;
|
||||
|
||||
|
|
@ -33,7 +34,8 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
std::vector<fuc2::Set> tests{
|
||||
shader_tests::TESTS,
|
||||
model_tests::TESTS
|
||||
model_tests::TESTS,
|
||||
config_tests::TESTS,
|
||||
};
|
||||
|
||||
return run_tests(tests, argc, argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue