Use the newer way to wire up tests.
This commit is contained in:
parent
1d11c8b162
commit
aa153f8e84
6 changed files with 11 additions and 25 deletions
|
|
@ -30,7 +30,7 @@ namespace shader_tests {
|
|||
fuc2::Set TESTS{
|
||||
.name="shader tests",
|
||||
.tests={
|
||||
{"test_shader_loading", test_shader_loading},
|
||||
TEST(test_shader_loading),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue