Refactor test files to use consistent namespace structure

This commit is contained in:
scawful
2024-08-14 00:31:22 -04:00
parent 731b8f1c75
commit bdea914c22
11 changed files with 56 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ int main(int argc, char* argv[]) {
if (argc > 1 && std::string(argv[1]) == "integration") {
// Support the ability to launch an integration test window.
// SDL_SetMainReady();
yaze_test::integration::TestEditor test_editor;
yaze::test::integration::TestEditor test_editor;
yaze::app::core::Controller controller;
controller.init_test_editor(&test_editor);