~williamvds/microlator

40c7c538f04e384d0a0531e09338685cc7ffe6b1 — williamvds 4 years ago f9e2a3e
cmake: Force Catch2 test to use colours

Otherwise running the executable through CTest unhelpfully provides no
colour in the output.
1 files changed, 2 insertions(+), 1 deletions(-)

M test/CMakeLists.txt
M test/CMakeLists.txt => test/CMakeLists.txt +2 -1
@@ 29,4 29,5 @@ PRIVATE
)

include(Catch)
catch_discover_tests(microlator_test)
catch_discover_tests(microlator_test
	EXTRA_ARGS --use-colour yes)