summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-08 18:16:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-08 18:16:00 (GMT)
commitc5781c8289ad4abc83073f5b53a20179169eb59c (patch)
tree686e2ca4ff7b4258ad2a93fbb932e05fd981ea5e /testpar/Makefile.am
parentfbb2dd8545d2fa273e948ee589c05f739d5b0362 (diff)
downloadhdf5-c5781c8289ad4abc83073f5b53a20179169eb59c.zip
hdf5-c5781c8289ad4abc83073f5b53a20179169eb59c.tar.gz
hdf5-c5781c8289ad4abc83073f5b53a20179169eb59c.tar.bz2
[svn-r11214] Purpose:
bug fix Description: Previous commit contained an extra bin (t_chunk_alloc) that is not ready yet. It was a mistake. Removed it.
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index d1ecb25..92985b8 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -24,7 +24,7 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.
#
-TEST_PROG_PARA=t_mpi t_fphdf5 testphdf5 t_chunk_alloc
+TEST_PROG_PARA=t_mpi t_fphdf5 testphdf5
TEST_SCRIPT_PARA=testph5.sh
check_PROGRAMS = $(TEST_PROG_PARA)