| 1 | INCLUDES = -I$(top_srcdir)/src
|
|---|
| 2 |
|
|---|
| 3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| 5 |
|
|---|
| 6 | MENUTESTS = ActionSequenceTest
|
|---|
| 7 |
|
|---|
| 8 | TESTS = \
|
|---|
| 9 | ActOnAllUnitTest \
|
|---|
| 10 | AnalysisBondsUnitTests \
|
|---|
| 11 | AnalysisCorrelationToPointUnitTest \
|
|---|
| 12 | AnalysisCorrelationToSurfaceUnitTest \
|
|---|
| 13 | AnalysisPairCorrelationUnitTest \
|
|---|
| 14 | BondGraphUnitTest \
|
|---|
| 15 | GSLMatrixSymmetricUnitTest \
|
|---|
| 16 | GSLMatrixUnitTest \
|
|---|
| 17 | GSLVectorUnitTest \
|
|---|
| 18 | InfoUnitTest \
|
|---|
| 19 | LinearSystemOfEquationsUnitTest \
|
|---|
| 20 | ListOfBondsUnitTest \
|
|---|
| 21 | LogUnitTest \
|
|---|
| 22 | MemoryUsageObserverUnitTest \
|
|---|
| 23 | MemoryAllocatorUnitTest \
|
|---|
| 24 | StackClassUnitTest \
|
|---|
| 25 | TesselationUnitTest \
|
|---|
| 26 | Tesselation_BoundaryTriangleUnitTest \
|
|---|
| 27 | Tesselation_InOutsideUnitTest \
|
|---|
| 28 | VectorUnitTest \
|
|---|
| 29 | ObserverTest \
|
|---|
| 30 | CacheableTest \
|
|---|
| 31 | ${MENUTESTS}
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | check_PROGRAMS = $(TESTS)
|
|---|
| 35 | noinst_PROGRAMS = $(TESTS)
|
|---|
| 36 |
|
|---|
| 37 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
|---|
| 38 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 39 |
|
|---|
| 40 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
|---|
| 41 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 42 |
|
|---|
| 43 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
|---|
| 44 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 45 |
|
|---|
| 46 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
|---|
| 47 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 48 |
|
|---|
| 49 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
|---|
| 50 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 51 |
|
|---|
| 52 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
|---|
| 53 | BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 54 |
|
|---|
| 55 | GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
|---|
| 56 | GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
|
|---|
| 57 |
|
|---|
| 58 | GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp
|
|---|
| 59 | GSLMatrixUnitTest_LDADD = ../libgslwrapper.a
|
|---|
| 60 |
|
|---|
| 61 | GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp
|
|---|
| 62 | GSLVectorUnitTest_LDADD = ../libgslwrapper.a
|
|---|
| 63 |
|
|---|
| 64 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
|---|
| 65 | InfoUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 66 |
|
|---|
| 67 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
|---|
| 68 | LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
|
|---|
| 69 |
|
|---|
| 70 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
|---|
| 71 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 72 |
|
|---|
| 73 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
|---|
| 74 | LogUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 75 |
|
|---|
| 76 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
|---|
| 77 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 78 |
|
|---|
| 79 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
|---|
| 80 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 81 |
|
|---|
| 82 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
|---|
| 83 | StackClassUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 84 |
|
|---|
| 85 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
|---|
| 86 | TesselationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 87 |
|
|---|
| 88 | Tesselation_BoundaryTriangleUnitTest_SOURCES = tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
|---|
| 89 | Tesselation_BoundaryTriangleUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 90 |
|
|---|
| 91 | Tesselation_InOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
|---|
| 92 | Tesselation_InOutsideUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 93 |
|
|---|
| 94 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
|---|
| 95 | VectorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
|---|
| 96 |
|
|---|
| 97 | ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp
|
|---|
| 98 | ActionSequenceTest_LDADD = ../libmolecuilder.a
|
|---|
| 99 |
|
|---|
| 100 | ObserverTest_SOURCES = ObserverTest.cpp ObserverTest.hpp
|
|---|
| 101 | ObserverTest_LDADD = ../libmolecuilder.a
|
|---|
| 102 |
|
|---|
| 103 | CacheableTest_SOURCES = CacheableTest.cpp CacheableTest.hpp
|
|---|
| 104 | CacheableTest_LDADD = ../libmolecuilder.a
|
|---|
| 105 |
|
|---|
| 106 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|
| 107 |
|
|---|