Bring r19714:20145 from trunk to revise_chunks branch.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
Mac OS X/32 10.6.6 (amazon) in debug mode
Mac OS X/32 10.6.6 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
25 lines
1.3 KiB
CMake
25 lines
1.3 KiB
CMake
## This file should be placed in the root directory of your project.
|
|
## Then modify the CMakeLists.txt file in the root directory of your
|
|
## project to incorporate the testing dashboard.
|
|
## # The following are required to uses Dart and the Cdash dashboard
|
|
## ENABLE_TESTING()
|
|
## INCLUDE(CTest)
|
|
SET (CTEST_PROJECT_NAME "HDF5 Trunk")
|
|
SET (CTEST_NIGHTLY_START_TIME "20:00:00 CST")
|
|
|
|
SET (CTEST_DROP_METHOD "http")
|
|
SET (CTEST_DROP_SITE "nei.hdfgroup.uiuc.edu")
|
|
SET (CTEST_DROP_LOCATION "/cdash/submit.php?project=HDF5+Trunk")
|
|
SET (CTEST_DROP_SITE_CDASH TRUE)
|
|
|
|
SET (UPDATE_TYPE svn)
|
|
SET (VALGRIND_COMMAND "/usr/bin/valgrind")
|
|
SET (VALGRIND_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=yes --num-callers=50 --show-reachable=yes --track-origins=yes --malloc-fill=0xff --free-fill=0xfe")
|
|
SET (MEMORYCHECK_COMMAND "/usr/bin/valgrind")
|
|
SET (MEMORYCHECKCOMMAND "/usr/bin/valgrind")
|
|
SET (CTEST_MEMORYCHECK_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=yes --num-callers=50 --show-reachable=yes --track-origins=yes --malloc-fill=0xff --free-fill=0xfe")
|
|
SET (CTEST_MEMORYCHECKCOMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=yes --num-callers=50 --show-reachable=yes --track-origins=yes --malloc-fill=0xff --free-fill=0xfe")
|
|
|
|
SET (CTEST_TESTING_TIMEOUT 3600)
|
|
SET (DART_TESTING_TIMEOUT 3600)
|