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