1
0
forked from fsfw/fsfw

updated internal unit test

This commit is contained in:
2021-01-15 16:56:36 +01:00
parent baba8fa5d7
commit 73b9d058e5
5 changed files with 31 additions and 7 deletions

View 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_ */