summaryrefslogtreecommitdiffstats
path: root/config/cmake/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-07 17:18:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-07 17:18:14 (GMT)
commit1dfe8d3e8150b476588e529b90b4f5749dcc8c48 (patch)
treef42af1f51ed2554c263aefed8397aac34691f4c1 /config/cmake/runTest.cmake
parentbd9a9e8f4aac4327f0ca59320634b48774981d0c (diff)
downloadhdf5-1dfe8d3e8150b476588e529b90b4f5749dcc8c48.zip
hdf5-1dfe8d3e8150b476588e529b90b4f5749dcc8c48.tar.gz
hdf5-1dfe8d3e8150b476588e529b90b4f5749dcc8c48.tar.bz2
[svn-r19536] Cleanup formatting
Diffstat (limited to 'config/cmake/runTest.cmake')
-rw-r--r--config/cmake/runTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/runTest.cmake b/config/cmake/runTest.cmake
index ed415f7..de69217 100644
--- a/config/cmake/runTest.cmake
+++ b/config/cmake/runTest.cmake
@@ -77,7 +77,7 @@ ENDIF (WIN32 AND NOT MINGW)
# now compare the output with the reference
EXECUTE_PROCESS (
- COMMAND ${CMAKE_COMMAND} -E compare_files ${TEST_OUTPUT} ${TEST_REFERENCE}
+ COMMAND ${CMAKE_COMMAND} -E compare_files ${TEST_FOLDER}/${TEST_OUTPUT} ${TEST_FOLDER}/${TEST_REFERENCE}
RESULT_VARIABLE TEST_RESULT
)