This commit is contained in:
2024-10-09 11:11:07 -05:00
parent 163549098d
commit ca834dd119
10 changed files with 130 additions and 152 deletions

View File

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