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