Skip to content

Commit

Permalink
Integration of the Catch CMake script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzathar committed Mar 6, 2017
1 parent 179706d commit e91b59a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -130,6 +130,8 @@ OPTION(BUILD_UNIT_TESTS "Build OpenMA unit and regression tests." OFF)
IF(BUILD_UNIT_TESTS)
# The CxxTest library included with OpenMA is modified.
INCLUDE(${OPENMA_SOURCE_DIR}/3rdparty/cxxtest/CxxTest.cmake)
# Single header unit-tests library
INCLUDE(${OPENMA_SOURCE_DIR}/3rdparty/catch/Catch.cmake)
ENABLE_TESTING()
ENDIF()

Expand Down

0 comments on commit e91b59a

Please sign in to comment.