summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-06-22 19:09:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-06-22 19:09:46 (GMT)
commit464fe0dcfe83ea23e2e17178cf309224daf41c6c (patch)
tree3f732bb8dbc911d3a47ec3f0ec67ef0f314fdb9d
parentd48508fb8ccf1784056045acb1c483a3c9b7f846 (diff)
downloadhdf5-464fe0dcfe83ea23e2e17178cf309224daf41c6c.zip
hdf5-464fe0dcfe83ea23e2e17178cf309224daf41c6c.tar.gz
hdf5-464fe0dcfe83ea23e2e17178cf309224daf41c6c.tar.bz2
[svn-r19029] added new cmake files for testing
-rw-r--r--CMakeLists.txt4
-rw-r--r--MANIFEST2
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a7ebf2..8576b41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -233,8 +233,8 @@ ENDIF (BUILD_SHARED_LIBS)
#-----------------------------------------------------------------------------
OPTION (HDF5_ENABLE_COVERAGE "Enable code coverage for Libraries and Programs" OFF)
IF (HDF5_ENABLE_COVERAGE)
- SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage")
- SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
+ SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
+ SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
SET (LDFLAGS "${LDFLAGS} -fprofile-arcs -ftest-coverage")
ENDIF (HDF5_ENABLE_COVERAGE)
diff --git a/MANIFEST b/MANIFEST
index f734d82..d2162b6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1858,7 +1858,9 @@
./Resources/HDF5-config.cmake.install.in
./Resources/HDF5Macros.cmake
./Resources/libhdf5.settings.cmake.in
+./Resources/cacheinit.cmake
./Resources/runTest.cmake
+./Resources/CTestCustom.ctest
./CMakeLists.txt
./ConfigureChecks.cmake
./CTestConfig.cmake