added array printer test stubs
This commit is contained in:
parent
05508418a7
commit
baba8fa5d7
3
unittest/tests/globalfunctions/CMakeLists.txt
Normal file
3
unittest/tests/globalfunctions/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
target_sources(${TARGET_NAME} PRIVATE
|
||||||
|
TestArrayPrinter.cpp
|
||||||
|
)
|
5
unittest/tests/globalfunctions/TestArrayPrinter.cpp
Normal file
5
unittest/tests/globalfunctions/TestArrayPrinter.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user