Skip to content
Snippets Groups Projects
Commit f8b7474e authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Build examples (that are not needed for testing) when 'make all'.

parent 62b21151
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
SUBDIRS = pio
check_PROGRAMS = \
noinst_PROGRAMS = \
cdi_append \
cdi_copy \
cdi_read \
......@@ -10,6 +10,8 @@ check_PROGRAMS = \
cdi_write_local \
cdi_write_relativ
check_PROGRAMS =
if ENABLE_NETCDF
check_PROGRAMS += cdi_write_const
endif
......
check_PROGRAMS = \
noinst_PROGRAMS = \
collectData \
collectDataNStreams
if ENABLE_MPI
check_PROGRAMS += compareResourcesArray
noinst_PROGRAMS += compareResourcesArray
endif ENABLE_MPI
if ENABLE_CF_INTERFACE
check_PROGRAMS += collectData2003
noinst_PROGRAMS += collectData2003
endif ENABLE_CF_INTERFACE
AM_CPPFLAGS = -I$(top_srcdir)/src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment