updated internal unit test
This commit is contained in:
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