summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/CMakeTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/CMakeTests.cmake')
-rw-r--r--hl/c++/test/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/test/CMakeTests.cmake b/hl/c++/test/CMakeTests.cmake
index fa2a3f2..4137270 100644
--- a/hl/c++/test/CMakeTests.cmake
+++ b/hl/c++/test/CMakeTests.cmake
@@ -40,7 +40,7 @@ else ()
-D "TEST_OUTPUT=hl_ptableTest.txt"
#-D "TEST_REFERENCE=hl_ptableTest.out"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
- -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
+ -P "${HDF_RESOURCES_DIR}/runTest.cmake"
)
endif ()
set_tests_properties (HL_CPP_ptableTest PROPERTIES DEPENDS HL_CPP_ptableTest-clear-objects)