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