mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Correct test script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user