diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-24 06:00:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-24 06:00:54 (GMT) |
commit | a7d0a58592bd6b336cb4b9333d46d7cc53e85ff0 (patch) | |
tree | 283c5b4e440b609e52cea92fc0bf90a41bb4a033 /testpar/Makefile.in | |
parent | 74e4b2ea4957584e91e651ddb3781261d811420e (diff) | |
download | hdf5-a7d0a58592bd6b336cb4b9333d46d7cc53e85ff0.zip hdf5-a7d0a58592bd6b336cb4b9333d46d7cc53e85ff0.tar.gz hdf5-a7d0a58592bd6b336cb4b9333d46d7cc53e85ff0.tar.bz2 |
[svn-r7396] Purpose:
Bug fix
Description:
Temporary files were not cleaned out because the definiton of
temporary files had not been updated.
Solution:
Updated it.
Platforms tested:
Tested by hand in Copper while i was testing the MPE change.
Misc. update:
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r-- | testpar/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index f5fa45d..5dab28d 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -36,7 +36,10 @@ TEST_SCRIPTS=testph5.sh PROGS=$(TEST_PROGS_PARA) testphdf5 ## Temporary files -MOSTLYCLEAN=ParaEg[123].h5f +## MPItest.h5 is from t_mpi +## Para*.h5 are from testphdf +## *.clog are from MPE option +MOSTLYCLEAN=MPItest.h5 Para*.h5 *.clog DISTCLEAN=go Makefile testph5.sh ## Test source files |