unittest now contained directly
This commit is contained in:
.gitmodulesunittest
unittest
Makefile-FSFW-TestsREADME.md
catch2
LICENSE.txtcatch.hppcatch_reporter_automake.hppcatch_reporter_sonarqube.hppcatch_reporter_tap.hppcatch_reporter_teamcity.hpp
config
FSFWConfig.hTestsConfig.h
cdatapool
config.mkdevices
events
ipc
objects
pollingsequence
returnvalues
tmtc
version.hcore
internal
lcov.shtests
action
container
RingBufferTest.cppTestArrayList.cppTestDynamicFifo.cppTestFifo.cppTestFixedArrayList.cppTestFixedMap.cppTestFixedOrderedMultimap.cppTestPlacementFactory.cpp
osal
serialize
storagemanager
tests.mktesttemplate
unlockRealtime.sh
7
unittest/internal/UnittDefinitions.cpp
Normal file
7
unittest/internal/UnittDefinitions.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <fsfw/unittest/internal/UnittDefinitions.h>
|
||||
|
||||
ReturnValue_t unitt::put_error(std::string errorId) {
|
||||
sif::error << "Unit Tester error: Failed at test ID "
|
||||
<< errorId << "\n" << std::flush;
|
||||
return HasReturnvaluesIF::RETURN_FAILED;
|
||||
}
|
Reference in New Issue
Block a user