mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
converted
This commit is contained in:
parent
b95d2302b5
commit
67df42a536
@ -1008,7 +1008,9 @@ IF(MSVC)
|
||||
FILE(COPY ${netCDF_SOURCE_DIR}/libsrc/XGetopt.c
|
||||
DESTINATION ${netCDF_BINARY_DIR}/ncdump/)
|
||||
FILE(COPY ${netCDF_SOURCE_DIR}/libsrc/XGetopt.c
|
||||
DESTINATION ${netCDF_BINARY_DIR}/nczarr_test/)
|
||||
DESTINATION ${netCDF_BINARY_DIR}/nczarr_test/)
|
||||
FILE(COPY ${netCDF_SOURCE_DIR}/libsrc/XGetopt.c
|
||||
DESTINATION ${netCDF_BINARY_DIR}/ncdap_test/)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
@ -17,6 +17,7 @@ FILE(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/ FILE_PERMISSION
|
||||
IF(ENABLE_DAP_REMOTE_TESTS)
|
||||
BUILD_BIN_TEST(findtestserver)
|
||||
BUILD_BIN_TEST(pingurl)
|
||||
BUILD_BIN_TEST(pathcvt XGetopt.c)
|
||||
ENDIF()
|
||||
|
||||
IF(ENABLE_TESTS)
|
||||
|
@ -142,9 +142,9 @@ rclocal1() {
|
||||
|
||||
# Case: local daprc local netrc no embed
|
||||
rclocal2() {
|
||||
echo "***Testing rc file in local directory"
|
||||
echo "***Testing rc file + .netrc in local directory"
|
||||
reset
|
||||
# Create the rc file and (optional) netrc fil in ./
|
||||
# Create the rc file and (optional) netrc file in ./
|
||||
createnetrc $LOCALNETRC
|
||||
createrc $LOCALRC $LOCALNETRC
|
||||
# Invoke ncdump to extract a file using the URL
|
||||
@ -208,6 +208,7 @@ rcembed
|
||||
URL="${PROTO}://${URLSERVER}/$URLPATH"
|
||||
|
||||
rclocal1
|
||||
exit
|
||||
rclocal2
|
||||
|
||||
# Do not do this unless you know what you are doing
|
||||
|
Loading…
Reference in New Issue
Block a user