added explicit tests disabled status

This commit is contained in:
myrrc 2020-09-19 21:05:40 +03:00
parent eb1bb88fa0
commit 07317644eb

View File

@ -405,7 +405,9 @@ if (USE_INCLUDE_WHAT_YOU_USE)
endif ()
if (ENABLE_TESTS)
message (STATUS "Tests are enabled")
message (STATUS "Unit tests are enabled")
else()
message(STATUS "Unit tests are disabled")
endif ()
enable_testing() # Enable for tests without binary