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