updated internal unit test
This commit is contained in:
4
unittest/internal/globalfunctions/TestArrayPrinter.cpp
Normal file
4
unittest/internal/globalfunctions/TestArrayPrinter.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "TestArrayPrinter.cpp"
|
||||
|
||||
void arrayprinter::testArrayPrinter() {
|
||||
}
|
12
unittest/internal/globalfunctions/TestArrayPrinter.h
Normal file
12
unittest/internal/globalfunctions/TestArrayPrinter.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
|
||||
#define FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
|
||||
|
||||
namespace arrayprinter {
|
||||
|
||||
void testArrayPrinter();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif /* FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_ */
|
Reference in New Issue
Block a user