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