[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 |
|
---|
[9fb860] | 9 | TESTS = \
|
---|
[112f90] | 10 | ActionSequenceTest \
|
---|
[9fb860] | 11 | ActOnAllUnitTest \
|
---|
| 12 | AnalysisBondsUnitTests \
|
---|
| 13 | AnalysisCorrelationToPointUnitTest \
|
---|
| 14 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
| 15 | AnalysisPairCorrelationUnitTest \
|
---|
[57adc7] | 16 | atomsCalculationTest \
|
---|
| 17 | AtomDescriptorTest \
|
---|
[c5186e] | 18 | BaseShapesUnitTest \
|
---|
[9fb860] | 19 | BondGraphUnitTest \
|
---|
[77bc4f] | 20 | BoxUnittest \
|
---|
[57adc7] | 21 | CacheableTest \
|
---|
[dfe8ef] | 22 | CountBondsUnitTest \
|
---|
[9f632c] | 23 | FormulaUnittest \
|
---|
[fc3b67] | 24 | GSLMatrixSymmetricUnitTest \
|
---|
| 25 | GSLMatrixUnitTest \
|
---|
[9fb860] | 26 | GSLVectorUnitTest \
|
---|
| 27 | InfoUnitTest \
|
---|
[f60610] | 28 | LinearSystemOfEquationsUnitTest \
|
---|
[45ef76] | 29 | LineUnittest \
|
---|
[dcea0f] | 30 | LinkedCellUnitTest \
|
---|
[9fb860] | 31 | ListOfBondsUnitTest \
|
---|
| 32 | LogUnitTest \
|
---|
[57adc7] | 33 | manipulateAtomsTest \
|
---|
[0eb2dc] | 34 | MatrixUnittest \
|
---|
[57adc7] | 35 | MoleculeDescriptorTest \
|
---|
| 36 | ObserverTest \
|
---|
[cb2146] | 37 | ParserUnitTest \
|
---|
[4eb4fe] | 38 | periodentafelTest \
|
---|
| 39 | PlaneUnittest \
|
---|
[997784] | 40 | ShapeUnittest \
|
---|
[7ca806] | 41 | SingletonTest \
|
---|
[9fb860] | 42 | StackClassUnitTest \
|
---|
| 43 | TesselationUnitTest \
|
---|
[e9c677] | 44 | Tesselation_BoundaryTriangleUnitTest \
|
---|
| 45 | Tesselation_InOutsideUnitTest \
|
---|
[112f90] | 46 | VectorUnitTest
|
---|
[46d958] | 47 |
|
---|
[9fb860] | 48 |
|
---|
[63c1f6] | 49 | check_PROGRAMS = $(TESTS)
|
---|
[9b6b2f] | 50 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
[b9907c] | 51 |
|
---|
[952f38] | 52 | GSLLIBS = \
|
---|
| 53 | ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
|
---|
| 54 | ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
|
---|
| 55 | ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
|
---|
| 56 | $(BOOST_LIB) \
|
---|
| 57 | ${BOOST_THREAD_LIB}
|
---|
[f4b5b7] | 58 | ALLLIBS = \
|
---|
[9ee38b] | 59 | ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
|
---|
[f4b5b7] | 60 | ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
|
---|
[952f38] | 61 | ${PARSERLIBS} \
|
---|
[255971] | 62 | ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
|
---|
[f4b5b7] | 63 | ${GSLLIBS} \
|
---|
| 64 | ${BOOST_PROGRAM_OPTIONS_LIB}
|
---|
[b37436] | 65 | PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
|
---|
| 66 | UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
|
---|
[4d9c01] | 67 |
|
---|
[9b6b2f] | 68 | TESTSOURCES = \
|
---|
| 69 | ActOnAllUnitTest.cpp \
|
---|
[57adc7] | 70 | ActionSequenceTest.cpp \
|
---|
[9b6b2f] | 71 | analysisbondsunittest.cpp \
|
---|
| 72 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
| 73 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
| 74 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
[57adc7] | 75 | AtomDescriptorTest.cpp \
|
---|
| 76 | atomsCalculationTest.cpp \
|
---|
[c5186e] | 77 | BaseShapesUnittest.cpp \
|
---|
[9b6b2f] | 78 | bondgraphunittest.cpp \
|
---|
[77bc4f] | 79 | BoxUnittest.cpp \
|
---|
[57adc7] | 80 | CacheableTest.cpp \
|
---|
[5f612ee] | 81 | CountBondsUnitTest.cpp \
|
---|
[9f632c] | 82 | FormulaUnittest.cpp \
|
---|
[9b6b2f] | 83 | gslmatrixsymmetricunittest.cpp \
|
---|
| 84 | gslmatrixunittest.cpp \
|
---|
| 85 | gslvectorunittest.cpp \
|
---|
| 86 | infounittest.cpp \
|
---|
| 87 | linearsystemofequationsunittest.cpp \
|
---|
[45ef76] | 88 | LineUnittest.cpp \
|
---|
[5f612ee] | 89 | LinkedCellUnitTest.cpp \
|
---|
[9b6b2f] | 90 | listofbondsunittest.cpp \
|
---|
| 91 | logunittest.cpp \
|
---|
[0eb2dc] | 92 | MatrixUnittest.cpp \
|
---|
[57adc7] | 93 | manipulateAtomsTest.cpp \
|
---|
| 94 | MoleculeDescriptorTest.cpp \
|
---|
| 95 | ObserverTest.cpp \
|
---|
[cb2146] | 96 | ParserUnitTest.cpp \
|
---|
[4eb4fe] | 97 | periodentafelTest.cpp \
|
---|
| 98 | PlaneUnittest.cpp \
|
---|
[997784] | 99 | ShapeUnittest.cpp \
|
---|
[7ca806] | 100 | SingletonTest.cpp \
|
---|
[9b6b2f] | 101 | stackclassunittest.cpp \
|
---|
| 102 | tesselationunittest.cpp \
|
---|
| 103 | tesselation_boundarytriangleunittest.cpp \
|
---|
| 104 | tesselation_insideoutsideunittest.cpp \
|
---|
[57adc7] | 105 | vectorunittest.cpp
|
---|
[9b6b2f] | 106 |
|
---|
| 107 | TESTHEADERS = \
|
---|
[5f612ee] | 108 | ActOnAllUnitTest.hpp \
|
---|
| 109 | ActionSequenceTest.hpp \
|
---|
| 110 | analysisbondsunittest.hpp \
|
---|
| 111 | AnalysisCorrelationToPointUnitTest.hpp \
|
---|
| 112 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
---|
| 113 | AnalysisPairCorrelationUnitTest.hpp \
|
---|
| 114 | AtomDescriptorTest.hpp \
|
---|
| 115 | atomsCalculationTest.hpp \
|
---|
[c5186e] | 116 | BaseShapesUnittest.hpp \
|
---|
[5f612ee] | 117 | bondgraphunittest.hpp \
|
---|
[77bc4f] | 118 | BoxUnittest.hpp \
|
---|
[5f612ee] | 119 | CacheableTest.hpp \
|
---|
| 120 | CountBondsUnitTest.hpp \
|
---|
[9f632c] | 121 | FormulaUnittest.hpp \
|
---|
[5f612ee] | 122 | gslmatrixsymmetricunittest.hpp \
|
---|
| 123 | gslmatrixunittest.hpp \
|
---|
| 124 | gslvectorunittest.hpp \
|
---|
| 125 | infounittest.hpp \
|
---|
| 126 | linearsystemofequationsunittest.hpp \
|
---|
[45ef76] | 127 | LineUnittest.hpp \
|
---|
[5f612ee] | 128 | LinkedCellUnitTest.hpp \
|
---|
| 129 | listofbondsunittest.hpp \
|
---|
| 130 | logunittest.hpp \
|
---|
| 131 | manipulateAtomsTest.hpp \
|
---|
[0eb2dc] | 132 | MatrixUnittest.hpp \
|
---|
[5f612ee] | 133 | MoleculeDescriptorTest.hpp \
|
---|
[4eb4fe] | 134 | periodentafelTest.hpp \
|
---|
[b37436] | 135 | ParserUnitTest.hpp \
|
---|
[fa5a6a] | 136 | PlaneUnittest.hpp \
|
---|
[5f612ee] | 137 | ObserverTest.hpp \
|
---|
| 138 | SingletonTest.hpp \
|
---|
| 139 | stackclassunittest.hpp \
|
---|
| 140 | tesselationunittest.hpp \
|
---|
| 141 | tesselation_boundarytriangleunittest.hpp \
|
---|
| 142 | tesselation_insideoutsideunittest.hpp \
|
---|
| 143 | vectorunittest.hpp
|
---|
[9fb860] | 144 |
|
---|
[9b6b2f] | 145 |
|
---|
[861874] | 146 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
[b37436] | 147 | ActionSequenceTest_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[18eecf] | 148 |
|
---|
[9b6b2f] | 149 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 150 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 151 |
|
---|
[9b6b2f] | 152 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 153 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 154 |
|
---|
[9b6b2f] | 155 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 156 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 157 |
|
---|
[9b6b2f] | 158 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 159 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 160 |
|
---|
[9b6b2f] | 161 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 162 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 163 |
|
---|
[6e97e5] | 164 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 165 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 166 |
|
---|
[18eecf] | 167 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
| 168 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 169 |
|
---|
[c5186e] | 170 | BaseShapesUnitTest_SOURCES = UnitTestMain.cpp BaseShapesUnittest.cpp BaseShapesUnittest.hpp
|
---|
| 171 | BaseShapesUnitTest_LDADD = ${ALLLIBS}
|
---|
| 172 |
|
---|
[9b6b2f] | 173 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 174 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 175 |
|
---|
[77bc4f] | 176 | BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
|
---|
| 177 | BoxUnittest_LDADD = ${ALLLIBS}
|
---|
| 178 |
|
---|
[18eecf] | 179 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
| 180 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
| 181 |
|
---|
[5f612ee] | 182 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 183 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
| 184 |
|
---|
[9f632c] | 185 | FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
|
---|
| 186 | FormulaUnittest_LDADD = ${ALLLIBS}
|
---|
| 187 |
|
---|
[9b6b2f] | 188 | GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
[57f243] | 189 | GSLMatrixSymmetricUnitTest_LDADD = ${ALLLIBS}
|
---|
[9fb860] | 190 |
|
---|
[9b6b2f] | 191 | GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
[57f243] | 192 | GSLMatrixUnitTest_LDADD = ${ALLLIBS}
|
---|
[9fb860] | 193 |
|
---|
[9b6b2f] | 194 | GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
[57f243] | 195 | GSLVectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 196 |
|
---|
[9b6b2f] | 197 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 198 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 199 |
|
---|
[9b6b2f] | 200 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 201 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 202 |
|
---|
[45ef76] | 203 | LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
|
---|
| 204 | LineUnittest_LDADD = ${ALLLIBS}
|
---|
| 205 |
|
---|
[5f612ee] | 206 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
| 207 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 208 |
|
---|
[9b6b2f] | 209 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 210 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 211 |
|
---|
[9b6b2f] | 212 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 213 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 214 |
|
---|
[861874] | 215 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
[b37436] | 216 | manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[18eecf] | 217 |
|
---|
[0eb2dc] | 218 | MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
|
---|
| 219 | MatrixUnittest_LDADD = ${ALLLIBS}
|
---|
| 220 |
|
---|
[57adc7] | 221 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
| 222 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 223 |
|
---|
[18eecf] | 224 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
| 225 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
| 226 |
|
---|
| 227 | ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
|
---|
[952f38] | 228 | ParserUnitTest_LDADD = ${ALLLIBS}
|
---|
[18eecf] | 229 |
|
---|
[4eb4fe] | 230 | periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
|
---|
| 231 | periodentafelTest_LDADD = ${ALLLIBS}
|
---|
| 232 |
|
---|
[fa5a6a] | 233 | PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
|
---|
| 234 | PlaneUnittest_LDADD = ${ALLLIBS}
|
---|
| 235 |
|
---|
[997784] | 236 | ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
|
---|
| 237 | ShapeUnittest_LDADD = ${ALLLIBS}
|
---|
| 238 |
|
---|
[7ca806] | 239 | SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
|
---|
[6d574a] | 240 | SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
[7ca806] | 241 |
|
---|
[9b6b2f] | 242 | StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
|
---|
[4d9c01] | 243 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 244 |
|
---|
[9b6b2f] | 245 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 246 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 247 |
|
---|
[9b6b2f] | 248 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 249 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 250 |
|
---|
[9b6b2f] | 251 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 252 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 253 |
|
---|
[861874] | 254 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
[b37436] | 255 | TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[7a1ce5] | 256 |
|
---|
[18eecf] | 257 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
| 258 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 259 |
|
---|
[18eecf] | 260 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|