windows compiles, some unittests give exceptions
This commit is contained in:
CMakeLists.txt
src
unittests
cfdp
datapoollocal
hal
mocks
serialize
@ -2,6 +2,11 @@
|
||||
|
||||
#include "mocks/cfdp/FaultHandlerMock.h"
|
||||
|
||||
// Thanks, windows
|
||||
#ifdef NO_ERROR
|
||||
#undef NO_ERROR
|
||||
#endif
|
||||
|
||||
TEST_CASE("CFDP Fault Handler", "[cfdp]") {
|
||||
using namespace cfdp;
|
||||
auto fhMock = FaultHandlerMock();
|
||||
|
Reference in New Issue
Block a user