output tweaked
This commit is contained in:
parent
742cc6eb76
commit
e7210a34f9
@ -12,13 +12,13 @@ InternalUnitTester::InternalUnitTester() {}
|
|||||||
InternalUnitTester::~InternalUnitTester() {}
|
InternalUnitTester::~InternalUnitTester() {}
|
||||||
|
|
||||||
ReturnValue_t InternalUnitTester::performTests() {
|
ReturnValue_t InternalUnitTester::performTests() {
|
||||||
sif::info << "Running internal unit tests..\r\n" << std::flush;
|
sif::info << "Running internal unit tests.." << std::endl;
|
||||||
testserialize::test_serialization();
|
testserialize::test_serialization();
|
||||||
testmq::testMq();
|
testmq::testMq();
|
||||||
testsemaph::testBinSemaph();
|
testsemaph::testBinSemaph();
|
||||||
testsemaph::testCountingSemaph();
|
testsemaph::testCountingSemaph();
|
||||||
testmutex::testMutex();
|
testmutex::testMutex();
|
||||||
sif::info << "Internal unit tests finished.\r\n" << std::flush;
|
sif::info << "Internal unit tests finished." << std::endl;
|
||||||
return RETURN_OK;
|
return RETURN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user