Fix CMake problem with executable naming

This commit is contained in:
Dennis Heimbigner 2017-08-30 12:06:23 -06:00
parent d8d4ed627a
commit dab3d0da8e
2 changed files with 5 additions and 4 deletions

View File

@ -47,8 +47,11 @@ IF(USE_HDF4)
ENDIF()
IF(USE_SZIP)
SET(NC4_TESTS ${NC4_TESTS} test_szip)
add_sh_test(nc_test4 tst_szip)
BUILD_BIN_TEST(test_szip)
BUILD_BIN_TEST(h5testszip)
IF(BUILD_UTILITIES)
add_sh_test(nc_test4 tst_szip)
ENDIF()
ENDIF()
IF(BUILD_BENCHMARKS)

View File

@ -1,7 +1,5 @@
#!/bin/sh
export SETX=1
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh