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
|
|
@ -1,26 +1,12 @@
|
|||
#include <fuc2/run.hpp>
|
||||
|
||||
// you can also place these into a .hpp you include if
|
||||
// they're too numerous to manage
|
||||
namespace lel_tests {
|
||||
extern fuc2::Set TESTS;
|
||||
}
|
||||
using namespace fuc2;
|
||||
|
||||
namespace guecs_tests {
|
||||
extern fuc2::Set TESTS;
|
||||
}
|
||||
|
||||
namespace shader_tests {
|
||||
extern fuc2::Set TESTS;
|
||||
}
|
||||
|
||||
namespace sound_tests {
|
||||
extern fuc2::Set TESTS;
|
||||
}
|
||||
|
||||
namespace texture_tests {
|
||||
extern fuc2::Set TESTS;
|
||||
}
|
||||
TEST_SET(lel_tests);
|
||||
TEST_SET(guecs_tests);
|
||||
TEST_SET(shader_tests);
|
||||
TEST_SET(sound_tests);
|
||||
TEST_SET(texture_tests);
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
run(lel_tests::TESTS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue