[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 \
|
---|
[fc3b67] | 23 | GSLMatrixSymmetricUnitTest \
|
---|
| 24 | GSLMatrixUnitTest \
|
---|
[9fb860] | 25 | GSLVectorUnitTest \
|
---|
| 26 | InfoUnitTest \
|
---|
[f60610] | 27 | LinearSystemOfEquationsUnitTest \
|
---|
[dcea0f] | 28 | LinkedCellUnitTest \
|
---|
[9fb860] | 29 | ListOfBondsUnitTest \
|
---|
| 30 | LogUnitTest \
|
---|
[57adc7] | 31 | manipulateAtomsTest \
|
---|
[9fb860] | 32 | MemoryUsageObserverUnitTest \
|
---|
| 33 | MemoryAllocatorUnitTest \
|
---|
[57adc7] | 34 | MoleculeDescriptorTest \
|
---|
[fa5a6a] | 35 | PlaneUnittest \
|
---|
[57adc7] | 36 | ObserverTest \
|
---|
[cb2146] | 37 | ParserUnitTest \
|
---|
[7ca806] | 38 | SingletonTest \
|
---|
[9fb860] | 39 | StackClassUnitTest \
|
---|
| 40 | TesselationUnitTest \
|
---|
[e9c677] | 41 | Tesselation_BoundaryTriangleUnitTest \
|
---|
| 42 | Tesselation_InOutsideUnitTest \
|
---|
[63c1f6] | 43 | VectorUnitTest \
|
---|
[46d958] | 44 | ${MENUTESTS}
|
---|
| 45 |
|
---|
[9fb860] | 46 |
|
---|
[63c1f6] | 47 | check_PROGRAMS = $(TESTS)
|
---|
[9b6b2f] | 48 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
[b9907c] | 49 |
|
---|
[4d9c01] | 50 | GSLLIBS = ../libgslwrapper.a
|
---|
| 51 | ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
| 52 |
|
---|
[9b6b2f] | 53 | TESTSOURCES = \
|
---|
| 54 | ActOnAllUnitTest.cpp \
|
---|
[57adc7] | 55 | ActionSequenceTest.cpp \
|
---|
[9b6b2f] | 56 | analysisbondsunittest.cpp \
|
---|
| 57 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
| 58 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
| 59 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
[57adc7] | 60 | AtomDescriptorTest.cpp \
|
---|
| 61 | atomsCalculationTest.cpp \
|
---|
[9b6b2f] | 62 | bondgraphunittest.cpp \
|
---|
[57adc7] | 63 | CacheableTest.cpp \
|
---|
[5f612ee] | 64 | CountBondsUnitTest.cpp \
|
---|
[9b6b2f] | 65 | gslmatrixsymmetricunittest.cpp \
|
---|
| 66 | gslmatrixunittest.cpp \
|
---|
| 67 | gslvectorunittest.cpp \
|
---|
| 68 | infounittest.cpp \
|
---|
| 69 | linearsystemofequationsunittest.cpp \
|
---|
[5f612ee] | 70 | LinkedCellUnitTest.cpp \
|
---|
[9b6b2f] | 71 | listofbondsunittest.cpp \
|
---|
| 72 | logunittest.cpp \
|
---|
[57adc7] | 73 | manipulateAtomsTest.cpp \
|
---|
[9b6b2f] | 74 | memoryallocatorunittest.cpp \
|
---|
| 75 | memoryusageobserverunittest.cpp \
|
---|
[57adc7] | 76 | MoleculeDescriptorTest.cpp \
|
---|
[fa5a6a] | 77 | PlaneUnittest.cpp \
|
---|
[57adc7] | 78 | ObserverTest.cpp \
|
---|
[cb2146] | 79 | ParserUnitTest.cpp \
|
---|
[7ca806] | 80 | SingletonTest.cpp \
|
---|
[9b6b2f] | 81 | stackclassunittest.cpp \
|
---|
| 82 | tesselationunittest.cpp \
|
---|
| 83 | tesselation_boundarytriangleunittest.cpp \
|
---|
| 84 | tesselation_insideoutsideunittest.cpp \
|
---|
[57adc7] | 85 | vectorunittest.cpp
|
---|
[9b6b2f] | 86 |
|
---|
| 87 | TESTHEADERS = \
|
---|
[5f612ee] | 88 | ActOnAllUnitTest.hpp \
|
---|
| 89 | ActionSequenceTest.hpp \
|
---|
| 90 | analysisbondsunittest.hpp \
|
---|
| 91 | AnalysisCorrelationToPointUnitTest.hpp \
|
---|
| 92 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
---|
| 93 | AnalysisPairCorrelationUnitTest.hpp \
|
---|
| 94 | AtomDescriptorTest.hpp \
|
---|
| 95 | atomsCalculationTest.hpp \
|
---|
| 96 | bondgraphunittest.hpp \
|
---|
| 97 | CacheableTest.hpp \
|
---|
| 98 | CountBondsUnitTest.hpp \
|
---|
| 99 | gslmatrixsymmetricunittest.hpp \
|
---|
| 100 | gslmatrixunittest.hpp \
|
---|
| 101 | gslvectorunittest.hpp \
|
---|
| 102 | infounittest.hpp \
|
---|
| 103 | linearsystemofequationsunittest.hpp \
|
---|
| 104 | LinkedCellUnitTest.hpp \
|
---|
| 105 | listofbondsunittest.hpp \
|
---|
| 106 | logunittest.hpp \
|
---|
| 107 | manipulateAtomsTest.hpp \
|
---|
| 108 | memoryallocatorunittest.hpp \
|
---|
| 109 | memoryusageobserverunittest.hpp \
|
---|
| 110 | MoleculeDescriptorTest.hpp \
|
---|
[fa5a6a] | 111 | PlaneUnittest.hpp \
|
---|
[5f612ee] | 112 | ObserverTest.hpp \
|
---|
| 113 | SingletonTest.hpp \
|
---|
| 114 | stackclassunittest.hpp \
|
---|
| 115 | tesselationunittest.hpp \
|
---|
| 116 | tesselation_boundarytriangleunittest.hpp \
|
---|
| 117 | tesselation_insideoutsideunittest.hpp \
|
---|
| 118 | vectorunittest.hpp
|
---|
[9fb860] | 119 |
|
---|
[9b6b2f] | 120 |
|
---|
[18eecf] | 121 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
| 122 | ActionSequenceTest_LDADD = ${ALLLIBS}
|
---|
| 123 |
|
---|
[9b6b2f] | 124 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 125 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 126 |
|
---|
[9b6b2f] | 127 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 128 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 129 |
|
---|
[9b6b2f] | 130 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 131 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 132 |
|
---|
[9b6b2f] | 133 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 134 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 135 |
|
---|
[9b6b2f] | 136 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 137 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 138 |
|
---|
[6e97e5] | 139 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 140 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 141 |
|
---|
[18eecf] | 142 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
| 143 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 144 |
|
---|
[9b6b2f] | 145 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 146 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 147 |
|
---|
[18eecf] | 148 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
| 149 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
| 150 |
|
---|
[5f612ee] | 151 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 152 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
| 153 |
|
---|
[9b6b2f] | 154 | GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
[4d9c01] | 155 | GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 156 |
|
---|
[9b6b2f] | 157 | GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
[4d9c01] | 158 | GSLMatrixUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 159 |
|
---|
[9b6b2f] | 160 | GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
[4d9c01] | 161 | GSLVectorUnitTest_LDADD = ${GSLLIBS}
|
---|
[46ea3b] | 162 |
|
---|
[9b6b2f] | 163 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 164 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 165 |
|
---|
[9b6b2f] | 166 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 167 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 168 |
|
---|
[5f612ee] | 169 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
| 170 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 171 |
|
---|
[9b6b2f] | 172 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 173 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 174 |
|
---|
[9b6b2f] | 175 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 176 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 177 |
|
---|
[18eecf] | 178 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
| 179 | manipulateAtomsTest_LDADD = ${ALLLIBS}
|
---|
| 180 |
|
---|
[9b6b2f] | 181 | MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
[4d9c01] | 182 | MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
|
---|
[be90f1] | 183 |
|
---|
[9b6b2f] | 184 | MemoryUsageObserverUnitTest_SOURCES = UnitTestMain.cpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
[4d9c01] | 185 | MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
|
---|
[831a14] | 186 |
|
---|
[57adc7] | 187 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
| 188 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
| 189 |
|
---|
[18eecf] | 190 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
| 191 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
| 192 |
|
---|
| 193 | ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
|
---|
| 194 | ParserUnitTest_LDADD = ${ALLLIBS}
|
---|
| 195 |
|
---|
[fa5a6a] | 196 | PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
|
---|
| 197 | PlaneUnittest_LDADD = ${ALLLIBS}
|
---|
| 198 |
|
---|
[7ca806] | 199 | SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
|
---|
| 200 | SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
| 201 |
|
---|
[9b6b2f] | 202 | StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
|
---|
[4d9c01] | 203 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 204 |
|
---|
[9b6b2f] | 205 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 206 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 207 |
|
---|
[9b6b2f] | 208 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 209 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 210 |
|
---|
[9b6b2f] | 211 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 212 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 213 |
|
---|
[9b6b2f] | 214 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
| 215 | TestRunner_LDADD = ${ALLLIBS}
|
---|
[7a1ce5] | 216 |
|
---|
[18eecf] | 217 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
| 218 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 219 |
|
---|
[18eecf] | 220 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|