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