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