# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES = \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS = \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp UIELEMENTSCOMMANDLINEPARSERTESTS = \ CommandLineParser_ActionRegistry_ConsistencyUnitTest TESTS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) check_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) noinst_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD = \ ../libMolecuilderUI.la \ ../libMolecuilderActions.la \ ../libMolecuilderGraph.la \ ../libMolecuilder.la \ ../libMolecuilderParser.la \ ../libMolecuilderShapes.la if CONDJOBMARKET CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \ ../libMolecuilderJobs.la endif CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ../libMolecuilderRandomNumbers.la \ ${CodePatterns_LIBS} # $(BOOST_LIB) #AUTOMAKE_OPTIONS = parallel-tests