[b9907c] | 1 | INCLUDES = -I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[831a14] | 3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
[be90f1] | 5 |
|
---|
[5f612ee] | 6 | MENUTESTS = \
|
---|
| 7 | ActionSequenceTest
|
---|
[147339] | 8 |
|
---|
[9fb860] | 9 | TESTS = \
|
---|
| 10 | ActOnAllUnitTest \
|
---|
| 11 | AnalysisBondsUnitTests \
|
---|
| 12 | AnalysisCorrelationToPointUnitTest \
|
---|
| 13 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
| 14 | AnalysisPairCorrelationUnitTest \
|
---|
[57adc7] | 15 | atomsCalculationTest \
|
---|
| 16 | AtomDescriptorTest \
|
---|
[9fb860] | 17 | BondGraphUnitTest \
|
---|
[57adc7] | 18 | CacheableTest \
|
---|
[dfe8ef] | 19 | CountBondsUnitTest \
|
---|
[fc3b67] | 20 | GSLMatrixSymmetricUnitTest \
|
---|
| 21 | GSLMatrixUnitTest \
|
---|
[9fb860] | 22 | GSLVectorUnitTest \
|
---|
| 23 | InfoUnitTest \
|
---|
[f60610] | 24 | LinearSystemOfEquationsUnitTest \
|
---|
[dcea0f] | 25 | LinkedCellUnitTest \
|
---|
[9fb860] | 26 | ListOfBondsUnitTest \
|
---|
| 27 | LogUnitTest \
|
---|
[57adc7] | 28 | manipulateAtomsTest \
|
---|
[9fb860] | 29 | MemoryUsageObserverUnitTest \
|
---|
| 30 | MemoryAllocatorUnitTest \
|
---|
[57adc7] | 31 | MoleculeDescriptorTest \
|
---|
| 32 | ObserverTest \
|
---|
[7ca806] | 33 | SingletonTest \
|
---|
[9fb860] | 34 | StackClassUnitTest \
|
---|
| 35 | TesselationUnitTest \
|
---|
[e9c677] | 36 | Tesselation_BoundaryTriangleUnitTest \
|
---|
| 37 | Tesselation_InOutsideUnitTest \
|
---|
[63c1f6] | 38 | VectorUnitTest \
|
---|
[46d958] | 39 | ${MENUTESTS}
|
---|
| 40 |
|
---|
[9fb860] | 41 |
|
---|
[63c1f6] | 42 | check_PROGRAMS = $(TESTS)
|
---|
[9b6b2f] | 43 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
[b9907c] | 44 |
|
---|
[4d9c01] | 45 | GSLLIBS = ../libgslwrapper.a
|
---|
| 46 | ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
| 47 |
|
---|
[9b6b2f] | 48 | TESTSOURCES = \
|
---|
| 49 | ActOnAllUnitTest.cpp \
|
---|
[57adc7] | 50 | ActionSequenceTest.cpp \
|
---|
[9b6b2f] | 51 | analysisbondsunittest.cpp \
|
---|
| 52 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
| 53 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
| 54 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
[57adc7] | 55 | AtomDescriptorTest.cpp \
|
---|
| 56 | atomsCalculationTest.cpp \
|
---|
[9b6b2f] | 57 | bondgraphunittest.cpp \
|
---|
[57adc7] | 58 | CacheableTest.cpp \
|
---|
[5f612ee] | 59 | CountBondsUnitTest.cpp \
|
---|
[9b6b2f] | 60 | gslmatrixsymmetricunittest.cpp \
|
---|
| 61 | gslmatrixunittest.cpp \
|
---|
| 62 | gslvectorunittest.cpp \
|
---|
| 63 | infounittest.cpp \
|
---|
| 64 | linearsystemofequationsunittest.cpp \
|
---|
[5f612ee] | 65 | LinkedCellUnitTest.cpp \
|
---|
[9b6b2f] | 66 | listofbondsunittest.cpp \
|
---|
| 67 | logunittest.cpp \
|
---|
[57adc7] | 68 | manipulateAtomsTest.cpp \
|
---|
[9b6b2f] | 69 | memoryallocatorunittest.cpp \
|
---|
| 70 | memoryusageobserverunittest.cpp \
|
---|
[57adc7] | 71 | MoleculeDescriptorTest.cpp \
|
---|
| 72 | ObserverTest.cpp \
|
---|
[7ca806] | 73 | SingletonTest.cpp \
|
---|
[9b6b2f] | 74 | stackclassunittest.cpp \
|
---|
| 75 | tesselationunittest.cpp \
|
---|
| 76 | tesselation_boundarytriangleunittest.cpp \
|
---|
| 77 | tesselation_insideoutsideunittest.cpp \
|
---|
[57adc7] | 78 | vectorunittest.cpp
|
---|
[9b6b2f] | 79 |
|
---|
| 80 | TESTHEADERS = \
|
---|
[5f612ee] | 81 | ActOnAllUnitTest.hpp \
|
---|
| 82 | ActionSequenceTest.hpp \
|
---|
| 83 | analysisbondsunittest.hpp \
|
---|
| 84 | AnalysisCorrelationToPointUnitTest.hpp \
|
---|
| 85 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
---|
| 86 | AnalysisPairCorrelationUnitTest.hpp \
|
---|
| 87 | AtomDescriptorTest.hpp \
|
---|
| 88 | atomsCalculationTest.hpp \
|
---|
| 89 | bondgraphunittest.hpp \
|
---|
| 90 | CacheableTest.hpp \
|
---|
| 91 | CountBondsUnitTest.hpp \
|
---|
| 92 | gslmatrixsymmetricunittest.hpp \
|
---|
| 93 | gslmatrixunittest.hpp \
|
---|
| 94 | gslvectorunittest.hpp \
|
---|
| 95 | infounittest.hpp \
|
---|
| 96 | linearsystemofequationsunittest.hpp \
|
---|
| 97 | LinkedCellUnitTest.hpp \
|
---|
| 98 | listofbondsunittest.hpp \
|
---|
| 99 | logunittest.hpp \
|
---|
| 100 | manipulateAtomsTest.hpp \
|
---|
| 101 | memoryallocatorunittest.hpp \
|
---|
| 102 | memoryusageobserverunittest.hpp \
|
---|
| 103 | MoleculeDescriptorTest.hpp \
|
---|
| 104 | ObserverTest.hpp \
|
---|
| 105 | SingletonTest.hpp \
|
---|
| 106 | stackclassunittest.hpp \
|
---|
| 107 | tesselationunittest.hpp \
|
---|
| 108 | tesselation_boundarytriangleunittest.hpp \
|
---|
| 109 | tesselation_insideoutsideunittest.hpp \
|
---|
| 110 | vectorunittest.hpp
|
---|
[9fb860] | 111 |
|
---|
[9b6b2f] | 112 |
|
---|
| 113 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 114 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 115 |
|
---|
[9b6b2f] | 116 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 117 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 118 |
|
---|
[9b6b2f] | 119 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 120 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 121 |
|
---|
[9b6b2f] | 122 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 123 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 124 |
|
---|
[9b6b2f] | 125 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 126 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 127 |
|
---|
[6e97e5] | 128 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 129 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 130 |
|
---|
[9b6b2f] | 131 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 132 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 133 |
|
---|
[5f612ee] | 134 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 135 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
| 136 |
|
---|
[9b6b2f] | 137 | GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
[4d9c01] | 138 | GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 139 |
|
---|
[9b6b2f] | 140 | GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
[4d9c01] | 141 | GSLMatrixUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 142 |
|
---|
[9b6b2f] | 143 | GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
[4d9c01] | 144 | GSLVectorUnitTest_LDADD = ${GSLLIBS}
|
---|
[46ea3b] | 145 |
|
---|
[9b6b2f] | 146 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 147 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 148 |
|
---|
[9b6b2f] | 149 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 150 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 151 |
|
---|
[5f612ee] | 152 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
| 153 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 154 |
|
---|
[9b6b2f] | 155 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 156 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 157 |
|
---|
[9b6b2f] | 158 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 159 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 160 |
|
---|
[9b6b2f] | 161 | MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
[4d9c01] | 162 | MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
|
---|
[be90f1] | 163 |
|
---|
[9b6b2f] | 164 | MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
[4d9c01] | 165 | MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
|
---|
[831a14] | 166 |
|
---|
[57adc7] | 167 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
| 168 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 169 |
|
---|
[7ca806] | 170 | SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
|
---|
| 171 | SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
| 172 |
|
---|
[9b6b2f] | 173 | StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
|
---|
[4d9c01] | 174 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 175 |
|
---|
[9b6b2f] | 176 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 177 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 178 |
|
---|
[9b6b2f] | 179 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 180 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 181 |
|
---|
[9b6b2f] | 182 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 183 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 184 |
|
---|
[9b6b2f] | 185 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
[4d9c01] | 186 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 187 |
|
---|
[9b6b2f] | 188 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
[4d9c01] | 189 | ActionSequenceTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 190 |
|
---|
[9b6b2f] | 191 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
[4d9c01] | 192 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
[63c1f6] | 193 |
|
---|
[9b6b2f] | 194 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
[4d9c01] | 195 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
[e3c8b4] | 196 |
|
---|
[57adc7] | 197 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
| 198 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
[7c4e29] | 199 |
|
---|
[a1510d] | 200 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
[7c4e29] | 201 | manipulateAtomsTest_LDADD = ${ALLLIBS}
|
---|
[7a1ce5] | 202 |
|
---|
[9b6b2f] | 203 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
| 204 | TestRunner_LDADD = ${ALLLIBS}
|
---|
[7a1ce5] | 205 |
|
---|
[831a14] | 206 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 207 |
|
---|