[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 |
|
---|
[5f612ee] | 9 | MENUTESTS = \
|
---|
| 10 | ActionSequenceTest
|
---|
[147339] | 11 |
|
---|
[9fb860] | 12 | TESTS = \
|
---|
| 13 | ActOnAllUnitTest \
|
---|
| 14 | AnalysisBondsUnitTests \
|
---|
| 15 | AnalysisCorrelationToPointUnitTest \
|
---|
| 16 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
| 17 | AnalysisPairCorrelationUnitTest \
|
---|
[57adc7] | 18 | atomsCalculationTest \
|
---|
| 19 | AtomDescriptorTest \
|
---|
[9fb860] | 20 | BondGraphUnitTest \
|
---|
[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 \
|
---|
[63c1f6] | 46 | VectorUnitTest \
|
---|
[46d958] | 47 | ${MENUTESTS}
|
---|
| 48 |
|
---|
[9fb860] | 49 |
|
---|
[63c1f6] | 50 | check_PROGRAMS = $(TESTS)
|
---|
[9b6b2f] | 51 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
[b9907c] | 52 |
|
---|
[f2f4ae] | 53 | GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
[047878] | 54 | ALLLIBS = ../libmolecuilder.a ../UIElements/libMolecuilderUI.a ${GSLLIBS}
|
---|
[35b698] | 55 | PARSERLIBS = ../libparser.a ${ALLLIBS}
|
---|
[4d9c01] | 56 |
|
---|
[9b6b2f] | 57 | TESTSOURCES = \
|
---|
| 58 | ActOnAllUnitTest.cpp \
|
---|
[57adc7] | 59 | ActionSequenceTest.cpp \
|
---|
[9b6b2f] | 60 | analysisbondsunittest.cpp \
|
---|
| 61 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
| 62 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
| 63 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
[57adc7] | 64 | AtomDescriptorTest.cpp \
|
---|
| 65 | atomsCalculationTest.cpp \
|
---|
[9b6b2f] | 66 | bondgraphunittest.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 \
|
---|
| 104 | CacheableTest.hpp \
|
---|
| 105 | CountBondsUnitTest.hpp \
|
---|
[9f632c] | 106 | FormulaUnittest.hpp \
|
---|
[5f612ee] | 107 | gslmatrixsymmetricunittest.hpp \
|
---|
| 108 | gslmatrixunittest.hpp \
|
---|
| 109 | gslvectorunittest.hpp \
|
---|
| 110 | infounittest.hpp \
|
---|
| 111 | linearsystemofequationsunittest.hpp \
|
---|
[45ef76] | 112 | LineUnittest.hpp \
|
---|
[5f612ee] | 113 | LinkedCellUnitTest.hpp \
|
---|
| 114 | listofbondsunittest.hpp \
|
---|
| 115 | logunittest.hpp \
|
---|
| 116 | manipulateAtomsTest.hpp \
|
---|
[0eb2dc] | 117 | MatrixUnittest.hpp \
|
---|
[5f612ee] | 118 | MoleculeDescriptorTest.hpp \
|
---|
[4eb4fe] | 119 | periodentafelTest.hpp \
|
---|
[fa5a6a] | 120 | PlaneUnittest.hpp \
|
---|
[5f612ee] | 121 | ObserverTest.hpp \
|
---|
| 122 | SingletonTest.hpp \
|
---|
| 123 | stackclassunittest.hpp \
|
---|
| 124 | tesselationunittest.hpp \
|
---|
| 125 | tesselation_boundarytriangleunittest.hpp \
|
---|
| 126 | tesselation_insideoutsideunittest.hpp \
|
---|
| 127 | vectorunittest.hpp
|
---|
[9fb860] | 128 |
|
---|
[9b6b2f] | 129 |
|
---|
[18eecf] | 130 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
| 131 | ActionSequenceTest_LDADD = ${ALLLIBS}
|
---|
| 132 |
|
---|
[9b6b2f] | 133 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 134 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 135 |
|
---|
[9b6b2f] | 136 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 137 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 138 |
|
---|
[9b6b2f] | 139 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 140 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 141 |
|
---|
[9b6b2f] | 142 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 143 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 144 |
|
---|
[9b6b2f] | 145 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 146 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 147 |
|
---|
[6e97e5] | 148 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 149 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 150 |
|
---|
[18eecf] | 151 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
| 152 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 153 |
|
---|
[9b6b2f] | 154 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 155 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 156 |
|
---|
[18eecf] | 157 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
| 158 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
| 159 |
|
---|
[5f612ee] | 160 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 161 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
| 162 |
|
---|
[9f632c] | 163 | FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
|
---|
| 164 | FormulaUnittest_LDADD = ${ALLLIBS}
|
---|
| 165 |
|
---|
[9b6b2f] | 166 | GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
[4d9c01] | 167 | GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 168 |
|
---|
[9b6b2f] | 169 | GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
[4d9c01] | 170 | GSLMatrixUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 171 |
|
---|
[9b6b2f] | 172 | GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
[4d9c01] | 173 | GSLVectorUnitTest_LDADD = ${GSLLIBS}
|
---|
[46ea3b] | 174 |
|
---|
[9b6b2f] | 175 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 176 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 177 |
|
---|
[9b6b2f] | 178 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 179 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 180 |
|
---|
[45ef76] | 181 | LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
|
---|
| 182 | LineUnittest_LDADD = ${ALLLIBS}
|
---|
| 183 |
|
---|
[5f612ee] | 184 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
| 185 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 186 |
|
---|
[9b6b2f] | 187 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 188 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 189 |
|
---|
[9b6b2f] | 190 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 191 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 192 |
|
---|
[18eecf] | 193 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
| 194 | manipulateAtomsTest_LDADD = ${ALLLIBS}
|
---|
| 195 |
|
---|
[0eb2dc] | 196 | MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
|
---|
| 197 | MatrixUnittest_LDADD = ${ALLLIBS}
|
---|
| 198 |
|
---|
[57adc7] | 199 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
| 200 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 201 |
|
---|
[18eecf] | 202 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
| 203 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
| 204 |
|
---|
| 205 | ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
|
---|
[35b698] | 206 | ParserUnitTest_LDADD = ${PARSERLIBS}
|
---|
[18eecf] | 207 |
|
---|
[4eb4fe] | 208 | periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
|
---|
| 209 | periodentafelTest_LDADD = ${ALLLIBS}
|
---|
| 210 |
|
---|
[fa5a6a] | 211 | PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
|
---|
| 212 | PlaneUnittest_LDADD = ${ALLLIBS}
|
---|
| 213 |
|
---|
[997784] | 214 | ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
|
---|
| 215 | ShapeUnittest_LDADD = ${ALLLIBS}
|
---|
| 216 |
|
---|
[7ca806] | 217 | SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
|
---|
[6d574a] | 218 | SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
[7ca806] | 219 |
|
---|
[9b6b2f] | 220 | StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
|
---|
[4d9c01] | 221 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 222 |
|
---|
[9b6b2f] | 223 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 224 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 225 |
|
---|
[9b6b2f] | 226 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 227 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 228 |
|
---|
[9b6b2f] | 229 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 230 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 231 |
|
---|
[36166d] | 232 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
[9b6b2f] | 233 | TestRunner_LDADD = ${ALLLIBS}
|
---|
[7a1ce5] | 234 |
|
---|
[18eecf] | 235 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
| 236 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 237 |
|
---|
[18eecf] | 238 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|