fpp/compiler/tools/fpp-to-cpp/test/component/test-impl/ActiveCommandsTestMain.ref.cpp

18 lines
519 B
C++

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