[svn-r20798] Correct name of testfile for help tests

This commit is contained in:
Allen Byrne 2011-05-12 08:18:58 -05:00
parent f49dc38127
commit 00716a21ab

View File

@ -106,9 +106,9 @@ IF (BUILD_TESTING)
-D "TEST_PROGRAM=$<TARGET_FILE:h5jam>"
-D "TEST_ARGS=${ARGN}"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=jam-${testname}.out"
-D "TEST_OUTPUT=h5jam-${testname}.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=jam-${testname}.txt"
-D "TEST_REFERENCE=h5jam-${testname}.txt"
-P "${HDF5_RESOURCES_DIR}/runTest.cmake"
)
ADD_TEST (
@ -117,9 +117,9 @@ IF (BUILD_TESTING)
-D "TEST_PROGRAM=$<TARGET_FILE:h5unjam>"
-D "TEST_ARGS=${ARGN}"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=unjam-${testname}.out"
-D "TEST_OUTPUT=h5unjam-${testname}.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=unjam-${testname}.txt"
-D "TEST_REFERENCE=h5unjam-${testname}.txt"
-P "${HDF5_RESOURCES_DIR}/runTest.cmake"
)
ENDIF (HDF5_ENABLE_USING_MEMCHECKER)