Browse Source

Fix native helper test discovery

pull/2459/head
Michael Lynch 2 months ago
parent
commit
84983ed0b8
  1. 0
      test/test_helpers/test_advert_data.cpp
  2. 6
      test/test_helpers/test_main.cpp

0
test/helpers/test_advert_data.cpp → test/test_helpers/test_advert_data.cpp

6
test/test_helpers/test_main.cpp

@ -0,0 +1,6 @@
#include <gtest/gtest.h>
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
Loading…
Cancel
Save