[18eecf] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
| 2 | # Also indentation by a single tab
|
---|
| 3 |
|
---|
[c0bccb] | 4 | SUBDIRS = \
|
---|
[deddf6] | 5 | ../Actions/unittests \
|
---|
[c0bccb] | 6 | ../Patterns/unittests
|
---|
| 7 |
|
---|
[b9907c] | 8 | INCLUDES = -I$(top_srcdir)/src
|
---|
| 9 |
|
---|
[831a14] | 10 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 11 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
[d5240d] | 12 | AM_CPPFLAGS = ${BOOST_CPPFLAGS}
|
---|
[be90f1] | 13 |
|
---|
[9fb860] | 14 | TESTS = \
|
---|
[112f90] | 15 | ActionSequenceTest \
|
---|
[9fb860] | 16 | ActOnAllUnitTest \
|
---|
| 17 | AnalysisBondsUnitTests \
|
---|
| 18 | AnalysisCorrelationToPointUnitTest \
|
---|
| 19 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
| 20 | AnalysisPairCorrelationUnitTest \
|
---|
[57adc7] | 21 | atomsCalculationTest \
|
---|
| 22 | AtomDescriptorTest \
|
---|
[9fb860] | 23 | BondGraphUnitTest \
|
---|
[77bc4f] | 24 | BoxUnittest \
|
---|
[57adc7] | 25 | CacheableTest \
|
---|
[dfe8ef] | 26 | CountBondsUnitTest \
|
---|
[9f632c] | 27 | FormulaUnittest \
|
---|
[9fb860] | 28 | InfoUnitTest \
|
---|
[f60610] | 29 | LinearSystemOfEquationsUnitTest \
|
---|
[45ef76] | 30 | LineUnittest \
|
---|
[dcea0f] | 31 | LinkedCellUnitTest \
|
---|
[9fb860] | 32 | ListOfBondsUnitTest \
|
---|
| 33 | LogUnitTest \
|
---|
[57adc7] | 34 | manipulateAtomsTest \
|
---|
[0d4424] | 35 | MatrixContentSymmetricUnitTest \
|
---|
| 36 | MatrixContentUnitTest \
|
---|
[0eb2dc] | 37 | MatrixUnittest \
|
---|
[8bcf3f] | 38 | MenuDescriptionUnitTest \
|
---|
[57adc7] | 39 | MoleculeDescriptorTest \
|
---|
| 40 | ObserverTest \
|
---|
[4fbca9c] | 41 | ParserCommonUnitTest \
|
---|
| 42 | ParserTremoloUnitTest \
|
---|
[4eb4fe] | 43 | periodentafelTest \
|
---|
| 44 | PlaneUnittest \
|
---|
[e4afb4] | 45 | Registry \
|
---|
[997784] | 46 | ShapeUnittest \
|
---|
[b4cf2b] | 47 | SubspaceFactorizerUnitTest \
|
---|
[9fb860] | 48 | TesselationUnitTest \
|
---|
[e9c677] | 49 | Tesselation_BoundaryTriangleUnitTest \
|
---|
| 50 | Tesselation_InOutsideUnitTest \
|
---|
[bbf1bd] | 51 | VectorContentUnitTest \
|
---|
[112f90] | 52 | VectorUnitTest
|
---|
[4fbca9c] | 53 |
|
---|
| 54 |
|
---|
[63c1f6] | 55 | check_PROGRAMS = $(TESTS)
|
---|
[9b6b2f] | 56 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
[b9907c] | 57 |
|
---|
[d5240d] | 58 | BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
|
---|
[952f38] | 59 | GSLLIBS = \
|
---|
| 60 | ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
|
---|
| 61 | ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la \
|
---|
| 62 | ../Helpers/libMolecuilderHelpers-@MOLECUILDER_API_VERSION@.la \
|
---|
[e4decc] | 63 | $(BOOST_LIB)
|
---|
[f4b5b7] | 64 | ALLLIBS = \
|
---|
[9ee38b] | 65 | ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la \
|
---|
[f4b5b7] | 66 | ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
|
---|
[952f38] | 67 | ${PARSERLIBS} \
|
---|
[255971] | 68 | ../libMolecuilder-@MOLECUILDER_API_VERSION@.la \
|
---|
[e4decc] | 69 | ${GSLLIBS}
|
---|
| 70 |
|
---|
[b37436] | 71 | PARSERLIBS = ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la
|
---|
| 72 | UILIBS = ../UIElements/libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
|
---|
[4d9c01] | 73 |
|
---|
[9b6b2f] | 74 | TESTSOURCES = \
|
---|
[deddf6] | 75 | ../Actions/unittests/ActionRegistryUnitTest.cpp \
|
---|
[9b6b2f] | 76 | ActOnAllUnitTest.cpp \
|
---|
[57adc7] | 77 | ActionSequenceTest.cpp \
|
---|
[9b6b2f] | 78 | analysisbondsunittest.cpp \
|
---|
| 79 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
| 80 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
| 81 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
[57adc7] | 82 | AtomDescriptorTest.cpp \
|
---|
| 83 | atomsCalculationTest.cpp \
|
---|
[9b6b2f] | 84 | bondgraphunittest.cpp \
|
---|
[77bc4f] | 85 | BoxUnittest.cpp \
|
---|
[57adc7] | 86 | CacheableTest.cpp \
|
---|
[5f612ee] | 87 | CountBondsUnitTest.cpp \
|
---|
[9f632c] | 88 | FormulaUnittest.cpp \
|
---|
[9b6b2f] | 89 | infounittest.cpp \
|
---|
| 90 | linearsystemofequationsunittest.cpp \
|
---|
[45ef76] | 91 | LineUnittest.cpp \
|
---|
[5f612ee] | 92 | LinkedCellUnitTest.cpp \
|
---|
[9b6b2f] | 93 | listofbondsunittest.cpp \
|
---|
| 94 | logunittest.cpp \
|
---|
[0d4424] | 95 | MatrixContentSymmetricUnittest.cpp \
|
---|
| 96 | MatrixContentUnittest.cpp \
|
---|
[0eb2dc] | 97 | MatrixUnittest.cpp \
|
---|
[57adc7] | 98 | manipulateAtomsTest.cpp \
|
---|
[8bcf3f] | 99 | MenuDescriptionUnitTest.cpp \
|
---|
[57adc7] | 100 | MoleculeDescriptorTest.cpp \
|
---|
| 101 | ObserverTest.cpp \
|
---|
[4fbca9c] | 102 | ParserCommonUnitTest.cpp \
|
---|
| 103 | ParserTremoloUnitTest.cpp \
|
---|
[4eb4fe] | 104 | periodentafelTest.cpp \
|
---|
| 105 | PlaneUnittest.cpp \
|
---|
[e4afb4] | 106 | RegistryUnitTest.cpp \
|
---|
[997784] | 107 | ShapeUnittest.cpp \
|
---|
[c0bccb] | 108 | ../Patterns/unittests/SingletonUnitTest.cpp \
|
---|
[9b6b2f] | 109 | tesselationunittest.cpp \
|
---|
| 110 | tesselation_boundarytriangleunittest.cpp \
|
---|
| 111 | tesselation_insideoutsideunittest.cpp \
|
---|
[bbf1bd] | 112 | VectorContentUnittest.cpp \
|
---|
[57adc7] | 113 | vectorunittest.cpp
|
---|
[9b6b2f] | 114 |
|
---|
| 115 | TESTHEADERS = \
|
---|
[deddf6] | 116 | ../Actions/unittests/ActionRegistryUnitTest.hpp \
|
---|
[5f612ee] | 117 | ActOnAllUnitTest.hpp \
|
---|
| 118 | ActionSequenceTest.hpp \
|
---|
| 119 | analysisbondsunittest.hpp \
|
---|
| 120 | AnalysisCorrelationToPointUnitTest.hpp \
|
---|
| 121 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
---|
| 122 | AnalysisPairCorrelationUnitTest.hpp \
|
---|
| 123 | AtomDescriptorTest.hpp \
|
---|
| 124 | atomsCalculationTest.hpp \
|
---|
| 125 | bondgraphunittest.hpp \
|
---|
[77bc4f] | 126 | BoxUnittest.hpp \
|
---|
[5f612ee] | 127 | CacheableTest.hpp \
|
---|
| 128 | CountBondsUnitTest.hpp \
|
---|
[9f632c] | 129 | FormulaUnittest.hpp \
|
---|
[5f612ee] | 130 | infounittest.hpp \
|
---|
| 131 | linearsystemofequationsunittest.hpp \
|
---|
[45ef76] | 132 | LineUnittest.hpp \
|
---|
[5f612ee] | 133 | LinkedCellUnitTest.hpp \
|
---|
| 134 | listofbondsunittest.hpp \
|
---|
| 135 | logunittest.hpp \
|
---|
| 136 | manipulateAtomsTest.hpp \
|
---|
[0d4424] | 137 | MatrixContentSymmetricUnittest.hpp \
|
---|
| 138 | MatrixContentUnittest.hpp \
|
---|
[0eb2dc] | 139 | MatrixUnittest.hpp \
|
---|
[8bcf3f] | 140 | MenuDescriptionUnitTest.hpp \
|
---|
[5f612ee] | 141 | MoleculeDescriptorTest.hpp \
|
---|
[e4afb4] | 142 | ObserverTest.hpp \
|
---|
[4eb4fe] | 143 | periodentafelTest.hpp \
|
---|
[4fbca9c] | 144 | ParserCommonUnitTest.hpp \
|
---|
| 145 | ParserTremoloUnitTest.hpp \
|
---|
[fa5a6a] | 146 | PlaneUnittest.hpp \
|
---|
[e4afb4] | 147 | RegistryUnitTest.hpp \
|
---|
[c0bccb] | 148 | ShapeUnittest.hpp \
|
---|
| 149 | ../Patterns/unittests/SingletonUnitTest.hpp \
|
---|
| 150 | stackclassunittest.hpp \
|
---|
[5f612ee] | 151 | tesselationunittest.hpp \
|
---|
| 152 | tesselation_boundarytriangleunittest.hpp \
|
---|
| 153 | tesselation_insideoutsideunittest.hpp \
|
---|
[bbf1bd] | 154 | VectorContentUnittest.hpp \
|
---|
[5f612ee] | 155 | vectorunittest.hpp
|
---|
[9fb860] | 156 |
|
---|
[9b6b2f] | 157 |
|
---|
[861874] | 158 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
[b37436] | 159 | ActionSequenceTest_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[18eecf] | 160 |
|
---|
[9b6b2f] | 161 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 162 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 163 |
|
---|
[9b6b2f] | 164 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 165 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 166 |
|
---|
[9b6b2f] | 167 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 168 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 169 |
|
---|
[9b6b2f] | 170 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 171 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 172 |
|
---|
[9b6b2f] | 173 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 174 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 175 |
|
---|
[6e97e5] | 176 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 177 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 178 |
|
---|
[18eecf] | 179 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
| 180 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 181 |
|
---|
[9b6b2f] | 182 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 183 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 184 |
|
---|
[77bc4f] | 185 | BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
|
---|
| 186 | BoxUnittest_LDADD = ${ALLLIBS}
|
---|
| 187 |
|
---|
[18eecf] | 188 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
| 189 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
| 190 |
|
---|
[5f612ee] | 191 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 192 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
| 193 |
|
---|
[9f632c] | 194 | FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
|
---|
| 195 | FormulaUnittest_LDADD = ${ALLLIBS}
|
---|
| 196 |
|
---|
[0d4424] | 197 | MatrixContentSymmetricUnitTest_SOURCES = UnitTestMain.cpp MatrixContentSymmetricUnittest.cpp MatrixContentSymmetricUnittest
|
---|
| 198 | MatrixContentSymmetricUnitTest_LDADD = ${ALLLIBS}
|
---|
[9fb860] | 199 |
|
---|
[0d4424] | 200 | MatrixContentUnitTest_SOURCES = UnitTestMain.cpp MatrixContentUnittest.cpp MatrixContentUnittest.hpp
|
---|
| 201 | MatrixContentUnitTest_LDADD = ${ALLLIBS}
|
---|
[9fb860] | 202 |
|
---|
[9b6b2f] | 203 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 204 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 205 |
|
---|
[9b6b2f] | 206 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 207 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 208 |
|
---|
[45ef76] | 209 | LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
|
---|
| 210 | LineUnittest_LDADD = ${ALLLIBS}
|
---|
| 211 |
|
---|
[4fbca9c] | 212 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
[5f612ee] | 213 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 214 |
|
---|
[9b6b2f] | 215 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 216 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 217 |
|
---|
[4fbca9c] | 218 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 219 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 220 |
|
---|
[18eecf] | 221 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
[b37436] | 222 | manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[18eecf] | 223 |
|
---|
[0eb2dc] | 224 | MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
|
---|
| 225 | MatrixUnittest_LDADD = ${ALLLIBS}
|
---|
| 226 |
|
---|
[8bcf3f] | 227 | MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp
|
---|
| 228 | MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
|
---|
| 229 |
|
---|
[57adc7] | 230 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
| 231 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 232 |
|
---|
[18eecf] | 233 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
| 234 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
| 235 |
|
---|
[4fbca9c] | 236 | ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp
|
---|
| 237 | ParserCommonUnitTest_LDADD = ${ALLLIBS}
|
---|
| 238 |
|
---|
| 239 | ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp
|
---|
| 240 | ParserTremoloUnitTest_LDADD = ${ALLLIBS}
|
---|
[18eecf] | 241 |
|
---|
[4eb4fe] | 242 | periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
|
---|
| 243 | periodentafelTest_LDADD = ${ALLLIBS}
|
---|
| 244 |
|
---|
[fa5a6a] | 245 | PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
|
---|
| 246 | PlaneUnittest_LDADD = ${ALLLIBS}
|
---|
| 247 |
|
---|
[e4afb4] | 248 | Registry_SOURCES = UnitTestMain.cpp RegistryUnitTest.cpp RegistryUnitTest.hpp
|
---|
| 249 | Registry_LDADD = ${ALLLIBS}
|
---|
| 250 |
|
---|
[997784] | 251 | ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
|
---|
| 252 | ShapeUnittest_LDADD = ${ALLLIBS}
|
---|
| 253 |
|
---|
[b4cf2b] | 254 | SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
|
---|
[5eec98] | 255 | SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
|
---|
[b4cf2b] | 256 |
|
---|
[9b6b2f] | 257 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 258 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 259 |
|
---|
[9b6b2f] | 260 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 261 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 262 |
|
---|
[9b6b2f] | 263 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 264 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 265 |
|
---|
[36166d] | 266 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
[b37436] | 267 | TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
|
---|
[7a1ce5] | 268 |
|
---|
[bbf1bd] | 269 | VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
|
---|
| 270 | VectorContentUnitTest_LDADD = ${ALLLIBS}
|
---|
| 271 |
|
---|
[18eecf] | 272 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
| 273 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 274 |
|
---|
[18eecf] | 275 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|