This repository contains some helper modules/scripts for using CMake conveniently.
A CMake module which provides a function boosttest_discover_tests
for automatically creating test-targets for individual tests contained in a test executable which uses Boost.Test.
For more information read the documentation contained in the BoostTestDiscoverTests.cmake
module file and look at and try out the example.