Skip to content

Commit

Permalink
Do not compare ddl, dataset ref changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 1, 2024
1 parent 39ef971 commit 05c3490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDF5Examples/FORTRAN/HL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ if (H5EX_BUILD_TESTING)
-D "TEST_ARGS:STRING="
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_EXPECT=0"
#-D "TEST_SKIP_COMPARE=TRUE"
-D "TEST_OUTPUT=${testname}.out"
-D "TEST_REFERENCE=${testname}.tst"
-D "TEST_LIBRARY_DIRECTORY=${CMAKE_TEST_LIB_DIRECTORY}"
Expand All @@ -199,6 +198,7 @@ if (H5EX_BUILD_TESTING)
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=${testname}.ddl.out"
-D "TEST_EXPECT=0"
-D "TEST_SKIP_COMPARE=TRUE"
-D "TEST_REFERENCE=${testname}.ddl"
-D "TEST_LIBRARY_DIRECTORY=${CMAKE_TEST_LIB_DIRECTORY}"
-P "${H5EX_RESOURCES_DIR}/runTest.cmake"
Expand Down

0 comments on commit 05c3490

Please sign in to comment.