[svn-r19548] Remove reference files from clearall command

This commit is contained in:
Allen Byrne 2010-10-08 09:29:17 -05:00
parent dbcf40c5a4
commit 236e8b8885

View File

@ -137,15 +137,12 @@ IF (BUILD_TESTING)
COMMAND ${CMAKE_COMMAND}
-E remove
./testfiles/${HDF_FILE1}.out.h5
./testfiles/${HDF_FILE1}.out.ls
./testfiles/${HDF_FILE1}.out.out
./testfiles/${HDF_FILE1}.out.out.err
./testfiles/${HDF_FILE2}.out.h5
./testfiles/${HDF_FILE2}.out.ls
./testfiles/${HDF_FILE2}.out.out
./testfiles/${HDF_FILE2}.out.out.err
./testfiles/${HDF_EXT_SRC_FILE}.out.h5
./testfiles/${HDF_EXT_SRC_FILE}.out.ls
./testfiles/${HDF_EXT_SRC_FILE}.out.out
./testfiles/${HDF_EXT_SRC_FILE}.out.out.err
)