mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Merge branch 'ejh_fix_disable_utilities' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into more_ejh_pulls
This commit is contained in:
commit
381badca6d
@ -25,12 +25,12 @@ test_parse_SOURCES = test_parse.c test_common.h
|
||||
test_meta_SOURCES = test_meta.c test_common.h
|
||||
test_data_SOURCES = test_data.c test_common.h
|
||||
TESTS += test_parse.sh
|
||||
TESTS += test_meta.sh
|
||||
TESTS += test_data.sh
|
||||
|
||||
if BUILD_UTILITIES
|
||||
# These rely on ncdump
|
||||
TESTS += test_raw.sh
|
||||
TESTS += test_meta.sh
|
||||
TESTS += test_data.sh
|
||||
endif
|
||||
|
||||
if ENABLE_DAP_REMOTE_TESTS
|
||||
|
@ -27,7 +27,9 @@ test_vara_SOURCES = test_vara.c t_srcdir.h
|
||||
if ENABLE_DAP
|
||||
check_PROGRAMS += t_dap3a test_cvt3 test_vara
|
||||
TESTS += t_dap3a test_cvt3 test_vara
|
||||
if BUILD_UTILITIES
|
||||
TESTS += tst_ncdap3.sh
|
||||
endif
|
||||
|
||||
# remote tests are optional
|
||||
# because the server may be down or inaccessible
|
||||
@ -37,10 +39,10 @@ check_PROGRAMS += findtestserver
|
||||
findtestserver_SOURCES = findtestserver.c
|
||||
|
||||
if BUILD_UTILITIES
|
||||
TESTS += tst_ber.sh tst_remote3.sh tst_formatx.sh
|
||||
TESTS += tst_ber.sh tst_remote3.sh tst_formatx.sh testurl.sh
|
||||
endif
|
||||
|
||||
TESTS += test_partvar testurl.sh
|
||||
TESTS += test_partvar
|
||||
|
||||
if ENABLE_DAP_LONG_TESTS
|
||||
TESTS += tst_longremote3.sh
|
||||
|
Loading…
Reference in New Issue
Block a user