updated internal unit tester
This commit is contained in:
3
unittest/internal/globalfunctions/CMakeLists.txt
Normal file
3
unittest/internal/globalfunctions/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
TestArrayPrinter.cpp
|
||||
)
|
@ -1,4 +1,4 @@
|
||||
#include "TestArrayPrinter.cpp"
|
||||
#include "TestArrayPrinter.h"
|
||||
|
||||
void arrayprinter::testArrayPrinter() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user