summaryrefslogtreecommitdiffstats
path: root/tools/libtest/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-05 14:35:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-05 14:35:54 (GMT)
commitf651cb4747bafc6025b2a51cf96c065f353ab058 (patch)
treebf654d54a3b7e2570b8beec5ae8afc2bbc0777e1 /tools/libtest/CMakeTests.cmake
parentb1dab421dec1b7be64ef2c804a7e0e9b68630fc9 (diff)
downloadhdf5-f651cb4747bafc6025b2a51cf96c065f353ab058.zip
hdf5-f651cb4747bafc6025b2a51cf96c065f353ab058.tar.gz
hdf5-f651cb4747bafc6025b2a51cf96c065f353ab058.tar.bz2
Fix build for tools library test
Diffstat (limited to 'tools/libtest/CMakeTests.cmake')
-rw-r--r--tools/libtest/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/CMakeTests.cmake b/tools/libtest/CMakeTests.cmake
index 403969d..4feee9b 100644
--- a/tools/libtest/CMakeTests.cmake
+++ b/tools/libtest/CMakeTests.cmake
@@ -34,7 +34,7 @@
if (NOT "${last_test}" STREQUAL "")
set_tests_properties (H5LIBTEST-${resultfile}-clear-objects PROPERTIES DEPENDS ${last_test})
endif ()
- add_test (NAME H5LIBTEST-${resultfile} COMMAND $<TARGET_FILE:h5tools_utils> ${ARGN})
+ add_test (NAME H5LIBTEST-${resultfile} COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:h5tools_test_utils> ${ARGN})
if (NOT "${resultcode}" STREQUAL "0")
set_tests_properties (H5LIBTEST-${resultfile} PROPERTIES WILL_FAIL "true")
endif ()