add testing of stdout both if moc's in DEBUG mode or not
This commit is contained in:
2023-11-30 21:43:51 +01:00
parent b7a924719e
commit 40662b33aa
2 changed files with 121 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ add_executable(tests)
target_compile_definitions(tests
PRIVATE
"TESTING"
"DEBUG"
)
target_sources(tests