fsfw/unittests/CatchRunner.h
Robin Mueller 8465670374
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
separate unittest folder
2022-07-18 11:42:51 +02:00

15 lines
351 B
C++

#ifndef FSFW_TESTS_USER_UNITTEST_CORE_CATCHRUNNER_H_
#define FSFW_TESTS_USER_UNITTEST_CORE_CATCHRUNNER_H_
namespace fsfwtest {
/**
* Can be called by upper level main() if default Catch2 main is overriden
* @return
*/
// int customMain(int argc, char* argv[]);
} // namespace fsfwtest
#endif /* FSFW_TESTS_USER_UNITTEST_CORE_CATCHRUNNER_H_ */