diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-06-02 17:18:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-06-02 17:18:05 (GMT) |
commit | c02d9c7c0d4e526837445306bb35eb108db92ff5 (patch) | |
tree | 75d8ab2761cd1c253d57c90fc7732e1b8833d7ae /testpar/Makefile.in | |
parent | 62af6baea1e8cb75a1034b11676455f8f6c1ff42 (diff) | |
download | hdf5-c02d9c7c0d4e526837445306bb35eb108db92ff5.zip hdf5-c02d9c7c0d4e526837445306bb35eb108db92ff5.tar.gz hdf5-c02d9c7c0d4e526837445306bb35eb108db92ff5.tar.bz2 |
[svn-r10846] Purpose:
update.
Description:
TEST_SCRIPT_PARA is not corrected as Makefile.am has.
Ran reconfigure to update Makefile.in.
Platforms tested:
heping PP.
Misc. update:
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r-- | testpar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index c87b2e4..e20a1da 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -309,7 +309,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 -TEST_SCRIPT = testph5.sh +TEST_SCRIPT_PARA = testph5.sh check_SCRIPTS = $(TEST_SCRIPT) testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c \ t_coll_chunk.c t_span_tree.c |