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
|
|
@ -17,7 +17,7 @@ namespace sound_tests {
|
|||
fuc2::Set TESTS{
|
||||
.name="sound manager tests",
|
||||
.tests={
|
||||
{"test_sound_manager", test_sound_manager},
|
||||
TEST(test_sound_manager),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue