INCLUDES = -I$(top_srcdir)/src AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl AM_CXXFLAGS = $(CPPUNIT_CFLAGS) TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest TesselationUnitTest TesselationInOutsideUnitTest VectorUnitTest check_PROGRAMS = $(TESTS) noinst_PROGRAMS = $(TESTS) ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp ActOnAllUnitTest_LDADD = ../libmolecuilder.a AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp BondGraphUnitTest_LDADD = ../libmolecuilder.a InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp InfoUnitTest_LDADD = ../libmolecuilder.a ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp ListOfBondsUnitTest_LDADD = ../libmolecuilder.a LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp LogUnitTest_LDADD = ../libmolecuilder.a MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp StackClassUnitTest_LDADD = ../libmolecuilder.a TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp TesselationUnitTest_LDADD = ../libmolecuilder.a TesselationInOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp TesselationInOutsideUnitTest_LDADD = ../libmolecuilder.a VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp VectorUnitTest_LDADD = ../libmolecuilder.a #AUTOMAKE_OPTIONS = parallel-tests