1
0
forked from fsfw/fsfw

windows compiles, some unittests give exceptions

This commit is contained in:
2023-01-25 23:54:46 +01:00
parent 0e7c6b117f
commit dcc28622a5
28 changed files with 155 additions and 128 deletions

@ -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();