[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:
This commit is contained in:
Albert Cheng 2003-08-24 01:00:54 -05:00
parent 74e4b2ea49
commit a7d0a58592

View File

@ -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