new defines added
This commit is contained in:
parent
b860d8bce7
commit
a9b4874904
@ -2,7 +2,7 @@
|
|||||||
#define FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_
|
#define FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_
|
||||||
|
|
||||||
|
|
||||||
|
#define CUSTOM_UNITTEST_RUNNER 0
|
||||||
|
|
||||||
|
|
||||||
#endif /* FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_ */
|
#endif /* FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_ */
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
#define CATCH_CONFIG_RUNNER
|
#define CATCH_CONFIG_RUNNER
|
||||||
#include <catch2/catch.hpp>
|
#include <catch2/catch.hpp>
|
||||||
|
|
||||||
|
#if CUSTOM_UNITTEST_RUNNER == 0
|
||||||
|
|
||||||
extern int customSetup();
|
extern int customSetup();
|
||||||
|
|
||||||
int main( int argc, char* argv[] ) {
|
int main( int argc, char* argv[] ) {
|
||||||
@ -23,5 +25,7 @@ int main( int argc, char* argv[] ) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "CatchDefinitions.h"
|
#include "CatchDefinitions.h"
|
||||||
|
|
||||||
#include "../config/cdatapool/dataPoolInit.h"
|
#include "../config/cdatapool/dataPoolInit.h"
|
||||||
#include "../config/objects/Factory.h"
|
#include "../config/objects/Factory.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user