summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-31 15:22:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-31 15:22:59 (GMT)
commit50a22b6dccc1b06063d5bd5f531d20b08738e8e0 (patch)
tree9613da3b4e0692618ff4380de28dc86393757064
parentcc127ad9fcf68b3f2cb62b932f3f2b8f1b8f4170 (diff)
downloadhdf5-50a22b6dccc1b06063d5bd5f531d20b08738e8e0.zip
hdf5-50a22b6dccc1b06063d5bd5f531d20b08738e8e0.tar.gz
hdf5-50a22b6dccc1b06063d5bd5f531d20b08738e8e0.tar.bz2
[svn-r20024] remove t_rank_projection file from list of sources
-rw-r--r--testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index c378506..96e13d1 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -17,7 +17,6 @@ SET (testphdf5_SRCS
${HDF5_TEST_PAR_SOURCE_DIR}/t_span_tree.c
${HDF5_TEST_PAR_SOURCE_DIR}/t_chunk_alloc.c
${HDF5_TEST_PAR_SOURCE_DIR}/t_filter_read.c
- ${HDF5_TEST_PAR_SOURCE_DIR}/t_rank_projection.c
)
#-- Adding test for testhdf5
@@ -43,6 +42,7 @@ SET (H5P_TESTS
t_cache
t_pflush1
t_pflush2
+# t_shapesame
)
FOREACH (testp ${H5P_TESTS})