switch to spdlog

This commit is contained in:
2024-07-25 12:28:47 -05:00
parent de6a7beb5e
commit 921d404a5a
5 changed files with 65 additions and 38 deletions

View File

@@ -49,7 +49,7 @@ void launch_app(std::string cmd) {
EXPECT_EQ(0, code);
}
E_SIMPLE1(test_begin, normal, false, std::string, test_name, TN, E_STRING);
E_SIMPLE1(test_begin, info, false, std::string, test_name, TN, E_STRING);
#define TEST_HEADER(func) \
event_system::instance().raise<test_begin>( \
std::string(func) + \