#include "Testing.hpp" #include "Logging.hpp" TEST_DEF_STATIC(Simple) { TEST(false); } TEST_DEF(Logging) { testSimple(); }