Skip to content

Commit af77085

Browse files
authored
Generate VOL tests for h5dump (#5763)
Add VOL tests for h5dump, update test generation logic, and modify test configurations. Tests: Add VOL tests for h5dump in CMakeTests.cmake and CMakeTestsXML.cmake. Modify ADD_H5_TEST macro to support VOL-specific tests and filtering. Add gent_tvms() function in h5dumpgentest.c and h5dumpgentest.h for generating test files.
1 parent a289461 commit af77085

File tree

5 files changed

+329
-159
lines changed

5 files changed

+329
-159
lines changed

.github/workflows/vol_rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ jobs:
191191
HSDS_ENDPOINT=http+unix://%2Ftmp%2Fhs%2Fsn_1.sock \
192192
ROOT_DIR=${{github.workspace}}/hsdsdata \
193193
BUCKET_NAME=hsdstest \
194-
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" -E "H5COPY|H5DIFF|H5LS" .
194+
ctest --build-config ${{ inputs.build_mode }} -VV -R "h5_api" -E "H5COPY|H5DIFF|H5LS|H5DUMP" .

0 commit comments

Comments
 (0)