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