Skip to content

Commit

Permalink
Correct test script
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored and lrknox committed Oct 3, 2024
1 parent f19af2f commit b5aecf3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions HDF5Examples/C/TUTR/testh5cc.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -527,17 +527,12 @@ elif [ -n "$H5_USE_114_API_DEFAULT" ]; then
TOOLTEST -DH5_USE_112_API_DEFAULT $v112main
TOOLTEST $v114main
elif [ -n "$H5_USE_116_API_DEFAULT" ]; then
echo "Testing HDF5 with 118_API_DEFAULT"
echo "Testing HDF5 with 116_API_DEFAULT"
TOOLTEST -DH5_USE_16_API_DEFAULT $v16main
TOOLTEST -DH5_USE_18_API_DEFAULT $v18main
TOOLTEST -DH5_USE_110_API_DEFAULT $v110main
TOOLTEST -DH5_USE_112_API_DEFAULT $v112main
TOOLTEST -DH5_USE_114_API_DEFAULT $v114main
TOOLTEST -DH5_USE_116_API_DEFAULT $v114main
TOOLTEST $v18main
TOOLTEST $v110main
TOOLTEST $v112main
TOOLTEST $v114main
TOOLTEST $v116main
else
echo "Testing HDF5 with 118_API_DEFAULT"
Expand All @@ -546,7 +541,7 @@ else
TOOLTEST -DH5_USE_110_API_DEFAULT $v110main
TOOLTEST -DH5_USE_112_API_DEFAULT $v112main
TOOLTEST -DH5_USE_114_API_DEFAULT $v114main
TOOLTEST -DH5_USE_116_API_DEFAULT $v114main
TOOLTEST -DH5_USE_116_API_DEFAULT $v116main
TOOLTEST $v18main
TOOLTEST $v110main
TOOLTEST $v112main
Expand Down

0 comments on commit b5aecf3

Please sign in to comment.