added array printer test stubs

This commit is contained in:
Robin Müller 2021-01-15 16:34:05 +01:00
parent 05508418a7
commit baba8fa5d7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
target_sources(${TARGET_NAME} PRIVATE
TestArrayPrinter.cpp
)

View File

@ -0,0 +1,5 @@
#include <catch2/catch_test_macros.hpp>