noinst_PROGRAMS = chained_operators variable_inputs_operators wildcards createProcessesFromInput Seltime_test param_conversion_test module_definitions process_init module_interface tests_CPPFLAGS = -I$(top_srcdir)/test/bandit_tests -I$(top_srcdir)/test/bandit_tests/bandit tests_LDADD = $(top_builddir)/src/libcdo.la $(top_builddir)/libcdi/src/libcdi.la chained_operators_SOURCES = chained_operators.cc chained_operators_CPPFLAGS = $(tests_CPPFLAGS) chained_operators_LDADD = $(tests_LDADD) param_conversion_test_SOURCES = param_conversion_test.cc param_conversion_test_CPPFLAGS = $(tests_CPPFLAGS) param_conversion_test_LDADD = $(tests_LDADD) Seltime_test_SOURCES = Seltime_test.cc Seltime_test_CPPFLAGS = $(tests_CPPFLAGS) Seltime_test_LDADD = $(tests_LDADD) variable_inputs_operators_SOURCES = variable_inputs_operators.cc variable_inputs_operators_CPPFLAGS = $(tests_CPPFLAGS) variable_inputs_operators_LDADD = $(tests_LDADD) wildcards_SOURCES = wildcards.cc wildcards_CPPFLAGS = $(tests_CPPFLAGS) wildcards_LDADD = $(tests_LDADD) createProcessesFromInput_SOURCES = createProcessesFromInput.cc createProcessesFromInput_CPPFLAGS = $(tests_CPPFLAGS) createProcessesFromInput_LDADD = $(tests_LDADD) module_definitions_SOURCES = module_definitions.cc module_definitions_CPPFLAGS = $(tests_CPPFLAGS) module_definitions_LDADD = $(tests_LDADD) process_init_SOURCES = process_init.cc process_init_CPPFLAGS = $(tests_CPPFLAGS) process_init_LDADD = $(tests_LDADD) module_interface_SOURCES = module_interface.cc module_interface_CPPFLAGS = $(tests_CPPFLAGS) module_interface_LDADD = $(tests_LDADD) LD_LIBRARY_PATH = $(tests_LDADD) TESTS = ./chained_operators ./variable_inputs_operators ./wildcards ./createProcessesFromInput ./Seltime_test ./param_conversion_test ./module_definitions ./process_init ./module_interface