Skip to content

Commit

Permalink
e1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 27, 2024
1 parent 3e68862 commit 61c2bda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ncdump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ target_link_libraries(nccopy netcdf ${ALL_TLL_LIBS})
target_link_libraries(ncvalidator netcdf ${ALL_TLL_LIBS})
target_link_libraries(ncpathcvt netcdf ${ALL_TLL_LIBS})
target_link_libraries(ncfilteravail netcdf ${ALL_TLL_LIBS})
#target_link_libraries(echon netcdf ${ALL_TLL_LIBS})
target_link_libraries(echon netcdf ${ALL_TLL_LIBS})

if(NETCDF_ENABLE_DAP)
target_link_libraries(ocprint netcdf ${ALL_TLL_LIBS})
Expand Down
2 changes: 1 addition & 1 deletion test_common.in
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ fi

# OS/X and windows apparently have no echo -n option, so fake it
echon() {
${abs_top_builddir}/ncdump/echon -n $@
${execdir}/../ncdump/echon -n $@
}

# Test for filter availability
Expand Down
3 changes: 3 additions & 0 deletions unit_test/run_pluginpaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ testget() {
filenamefor tmp get
# print out the global state
echon "testget(global): " >> ${filename}.txt
echo "@@@"
cat ${filename}.txt
echo "@@@"
${TP} -x "set:${DFALT},get:global" >> ${filename}.txt ;
# print out the HDF5 state
echon "testget(hdf5): " >> ${filename}.txt
Expand Down

0 comments on commit 61c2bda

Please sign in to comment.