QtTest: [skip ci] enable Qt testing framework

This commit is contained in:
wmayer
2022-12-01 13:57:00 +01:00
parent 92e77ce1df
commit 1d7369e321
4 changed files with 98 additions and 1 deletions

View File

@@ -93,4 +93,6 @@ CreatePackagingTargets()
PrintFinalReport()
add_subdirectory(tests)
if (BUILD_TEST)
add_subdirectory(tests)
endif()