eive-obsw/unittest/testcfg/TestsConfig.h.in
Robin Mueller ababb5c062
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
adding unittests for EIVE
2021-09-29 09:30:58 +02:00

22 lines
416 B
C

#ifndef FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_
#define FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_
#define FSFW_ADD_DEFAULT_FACTORY_FUNCTIONS 1
#ifdef __cplusplus
#include "objects/systemObjectList.h"
#include "events/subsystemIdRanges.h"
#include "returnvalues/classIds.h"
namespace config {
#endif
/* Add mission configuration flags here */
#ifdef __cplusplus
}
#endif
#endif /* FSFW_UNITTEST_CONFIG_TESTSCONFIG_H_ */