Add CMake tests

This commit is contained in:
Peter Dimov
2019-12-28 18:44:22 +02:00
parent cab10beccd
commit 38d5273ad7
8 changed files with 129 additions and 1 deletions

View File

@ -22,3 +22,9 @@ if(BOOST_SUPERPROJECT_VERSION)
boost_install(TARGETS boost_throw_exception HEADER_DIRECTORY include/)
endif()
if(BUILD_TESTING)
add_subdirectory(test)
endif()