# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab UIELEMENTSMENUTESTSSOURCES = \ ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \ ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp UIELEMENTSMENUTESTSHEADERS = \ ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \ ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp UIELEMENTSMENUTESTS = \ MenuDescriptionUnitTest \ MenuDescription_ActionRegistry_ConsistencyUnitTest TESTS += $(UIELEMENTSMENUTESTS) check_PROGRAMS += $(UIELEMENTSMENUTESTS) noinst_PROGRAMS += $(UIELEMENTSMENUTESTS) MENULIBS = # $(BOOST_LIB) MenuDescriptionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../UIElements/Menu/unittests/MenuDescriptionUnitTest.cpp \ ../UIElements/Menu/unittests/MenuDescriptionUnitTest.hpp \ ../UIElements/Menu/MenuDescription.cpp \ ../UIElements/Menu/MenuDescription.hpp MenuDescriptionUnitTest_CXXFLAGS = -I$(top_srcdir)/src/UIElements MenuDescriptionUnitTest_LDADD = $(MENULIBS) MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp \ ../UIElements/Menu/unittests/MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp MenuDescription_ActionRegistry_ConsistencyUnitTest_LDADD = \ ../libMolecuilderUI.la \ ../libMolecuilderActions.la \ ../libMolecuilderGraph.la \ ../libMolecuilder.la \ ../libMolecuilderParser.la \ ../libMolecuilderShapes.la \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ../libMolecuilderRandomNumbers.la \ ${CodePatterns_LIBS} # $(BOOST_LIB) #AUTOMAKE_OPTIONS = parallel-tests