diff --git a/test/helpers/test_advert_data.cpp b/test/test_helpers/test_advert_data.cpp similarity index 100% rename from test/helpers/test_advert_data.cpp rename to test/test_helpers/test_advert_data.cpp diff --git a/test/test_helpers/test_main.cpp b/test/test_helpers/test_main.cpp new file mode 100644 index 000000000..697a9d70c --- /dev/null +++ b/test/test_helpers/test_main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char** argv) { + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +}