Skip to content

Commit

Permalink
Disable CTest submissions to CDash
Browse files Browse the repository at this point in the history
Tests result submission to cdash.org is still configured in
CTestConfig.cmake file, but at the moment we don't use it. In future, we
may want to re-enable it to let users help us testing, but then we will
have to review and test the submission actually works.

[ci skip]
  • Loading branch information
mloskot committed Mar 3, 2013
1 parent 1e693d3 commit 0c71b15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -82,10 +82,11 @@ set(DATADIR "share" CACHE PATH "The directory to install data files into.")
set(INCLUDEDIR "include" CACHE PATH "The directory to install includes into.")

#################################################################################
# Enable CTest support
# Enable tests
#################################################################################
include(CTest)
enable_testing()
# Configure for testing with dashboard submissions to CDash
#include(CTest) # disabled as unused

# Define "make check" as alias for "make test"
add_custom_target(check COMMAND ctest)
Expand Down

0 comments on commit 0c71b15

Please sign in to comment.