Correct test script

This commit is contained in:
Allen Byrne
2024-10-02 19:53:38 -05:00
committed by Larry Knox
parent f19af2f2f6
commit b5aecf32e2
+2 -7
View File
@@ -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"
@@ -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