// ====================================================================== // \title PassiveEventsTestMain.cpp // \author Generated by fpp-to-cpp // \brief cpp file for PassiveEvents component test harness implementation class // ====================================================================== #include "PassiveEventsTester.hpp" TEST(Nominal, toDo) { PassiveEventsTester tester; tester.toDo(); } int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }