mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
fixed examples/C/Makefile.am for parallel builds without parallel testing
This commit is contained in:
parent
39c258449c
commit
5214b51622
@ -34,11 +34,13 @@ endif
|
||||
|
||||
endif #USE_HDF5
|
||||
|
||||
if TEST_PARALLEL4
|
||||
if USE_PNETCDF
|
||||
# This is a pnetcdf example.
|
||||
check_PROGRAMS += parallel_vara
|
||||
TESTS += run_par_test.sh
|
||||
endif #USE_PNETCDF
|
||||
endif # TEST_PARALLEL4
|
||||
|
||||
if USE_HDF5
|
||||
TESTS += run_examples4.sh
|
||||
|
Loading…
Reference in New Issue
Block a user