mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Additional refactoring of the thredds dap4 test in support of #2077
This commit is contained in:
parent
306614a91a
commit
379f51a68c
@ -87,7 +87,7 @@ AC_CONFIG_LINKS([nc_test4/ref_hdf5_compat3.nc:nc_test4/ref_hdf5_compat3.nc])
|
||||
|
||||
AC_CONFIG_LINKS([hdf4_test/ref_chunked.hdf4:hdf4_test/ref_chunked.hdf4])
|
||||
AC_CONFIG_LINKS([hdf4_test/ref_contiguous.hdf4:hdf4_test/ref_contiguous.hdf4])
|
||||
|
||||
AC_CONFIG_LINKS([dap4_test/baselinethredds/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds:dap4_test/baselinethredds/GOES16_TEST1.nc4.thredds])
|
||||
AM_INIT_AUTOMAKE([foreign dist-zip subdir-objects])
|
||||
|
||||
# Check for the existence of this file before proceeding.
|
||||
|
@ -24,7 +24,7 @@ cd ${srcdir}/baseline; BASELINE=`pwd` ; cd ${WD}
|
||||
cd ${srcdir}/baselineraw; BASELINERAW=`pwd` ; cd ${WD}
|
||||
cd ${srcdir}/baselineremote; BASELINEREM=`pwd` ; cd ${WD}
|
||||
cd ${srcdir}/baselinehyrax; BASELINEH=`pwd` ; cd ${WD}
|
||||
cd ${srcdir}/baselinethredds; BASELINETH=`pwd` ; cd ${WD}
|
||||
cd ${builddir}/baselinethredds; BASELINETH=`pwd` ; cd ${WD}
|
||||
|
||||
setresultdir() {
|
||||
rm -fr ${builddir}/$1
|
||||
|
Loading…
Reference in New Issue
Block a user