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