Skip to content

Commit

Permalink
cunit: deprecate cunit
Browse files Browse the repository at this point in the history
cunit is not used anymore. Testing is now done with ctest.
  • Loading branch information
bmiklautz committed Oct 25, 2012
1 parent 643f500 commit 279ae62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 70 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,9 @@ endif()
# Intel Performance Primitives
#find_optional_package(IPP)

# Build CUnit

find_optional_package(CUnit)
if(WITH_CUNIT)
add_subdirectory(cunit)
message(FATAL_ERROR "cunit (WITH_CUNIT) is deprecated please use BUILD_TESTING to build ctest tests.
The cunit directory contains the old tests and is kept until all tests are converted.")
endif()

# Sub-directories
Expand Down
66 changes: 0 additions & 66 deletions cmake/FindCUnit.cmake

This file was deleted.

0 comments on commit 279ae62

Please sign in to comment.