# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab SHAPETESTSSOURCES = \ ../Shapes/unittests/ShapeUnitTest.cpp SHAPETESTSHEADERS= \ ../Shapes/unittests/ShapeUnitTest.hpp SHAPETESTS = \ ShapeUnittest TESTS += $(SHAPETESTS) check_PROGRAMS += $(SHAPETESTS) noinst_PROGRAMS += $(SHAPETESTS) SHAPELIBS = \ ../libMolecuilderShapes.la \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${CodePatterns_LIBS} # $(BOOST_LIB) ShapeUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../Shapes/unittests/ShapeUnitTest.cpp \ ../Shapes/unittests/ShapeUnitTest.hpp nodist_ShapeUnittest_SOURCES = \ ../Helpers/defs.hpp \ ../Helpers/defs.cpp ShapeUnittest_LDADD = $(SHAPELIBS) #AUTOMAKE_OPTIONS = parallel-tests