[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 \
|
---|
[e3c8b4] | 30 | CacheableTest \
|
---|
[63c1f6] | 31 | ${MENUTESTS}
|
---|
[04b6f9] | 32 |
|
---|
[9fb860] | 33 |
|
---|
[63c1f6] | 34 | check_PROGRAMS = $(TESTS)
|
---|
| 35 | noinst_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 36 |
|
---|
[e138de] | 37 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[31a6af] | 38 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c111db] | 39 |
|
---|
[96c961] | 40 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[31a6af] | 41 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[96c961] | 42 |
|
---|
[c4d4df] | 43 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[31a6af] | 44 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c4d4df] | 45 |
|
---|
| 46 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[31a6af] | 47 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c4d4df] | 48 |
|
---|
| 49 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[31a6af] | 50 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c111db] | 51 |
|
---|
[b70721] | 52 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[31a6af] | 53 | BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[46ea3b] | 54 |
|
---|
[9fb860] | 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
|
---|
[46ea3b] | 63 |
|
---|
[8725ed] | 64 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
---|
[31a6af] | 65 | InfoUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[8725ed] | 66 |
|
---|
[9fb860] | 67 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
| 68 | LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
|
---|
[8725ed] | 69 |
|
---|
[266237] | 70 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[31a6af] | 71 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[266237] | 72 |
|
---|
[7326b2] | 73 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
[31a6af] | 74 | LogUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[7326b2] | 75 |
|
---|
[e138de] | 76 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
[31a6af] | 77 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[be90f1] | 78 |
|
---|
[e138de] | 79 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
[31a6af] | 80 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[831a14] | 81 |
|
---|
[e138de] | 82 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
[31a6af] | 83 | StackClassUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[d96277] | 84 |
|
---|
[c15ca2] | 85 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
---|
[31a6af] | 86 | TesselationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c15ca2] | 87 |
|
---|
[e9c677] | 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
|
---|
[d96277] | 93 |
|
---|
[e138de] | 94 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
[31a6af] | 95 | VectorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[d96277] | 96 |
|
---|
[147339] | 97 | ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
| 98 | ActionSequenceTest_LDADD = ../libmolecuilder.a
|
---|
[d96277] | 99 |
|
---|
[63c1f6] | 100 | ObserverTest_SOURCES = ObserverTest.cpp ObserverTest.hpp
|
---|
| 101 | ObserverTest_LDADD = ../libmolecuilder.a
|
---|
| 102 |
|
---|
[e3c8b4] | 103 | CacheableTest_SOURCES = CacheableTest.cpp CacheableTest.hpp
|
---|
| 104 | CacheableTest_LDADD = ../libmolecuilder.a
|
---|
| 105 |
|
---|
[831a14] | 106 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 107 |
|
---|