fsfw/tests/src/fsfw_tests/unit/CatchRunner.h
Robin Mueller ddcac2bbac
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
reapply clang format
2022-02-02 10:29:30 +01: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_ */