1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
---|
2 | # Also indentation by a single tab
|
---|
3 |
|
---|
4 | INCLUDES = -I$(top_srcdir)/src
|
---|
5 |
|
---|
6 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
7 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
8 |
|
---|
9 | TESTS = \
|
---|
10 | ActionSequenceTest \
|
---|
11 | ActOnAllUnitTest \
|
---|
12 | AnalysisBondsUnitTests \
|
---|
13 | AnalysisCorrelationToPointUnitTest \
|
---|
14 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
15 | AnalysisPairCorrelationUnitTest \
|
---|
16 | atomsCalculationTest \
|
---|
17 | AtomDescriptorTest \
|
---|
18 | BondGraphUnitTest \
|
---|
19 | BoxUnittest \
|
---|
20 | CacheableTest \
|
---|
21 | CountBondsUnitTest \
|
---|
22 | FormulaUnittest \
|
---|
23 | GSLMatrixSymmetricUnitTest \
|
---|
24 | GSLMatrixUnitTest \
|
---|
25 | GSLVectorUnitTest \
|
---|
26 | InfoUnitTest \
|
---|
27 | LinearSystemOfEquationsUnitTest \
|
---|
28 | LineUnittest \
|
---|
29 | LinkedCellUnitTest \
|
---|
30 | ListOfBondsUnitTest \
|
---|
31 | LogUnitTest \
|
---|
32 | manipulateAtomsTest \
|
---|
33 | MatrixUnittest \
|
---|
34 | MoleculeDescriptorTest \
|
---|
35 | ObserverTest \
|
---|
36 | ParserUnitTest \
|
---|
37 | periodentafelTest \
|
---|
38 | PlaneUnittest \
|
---|
39 | ShapeUnittest \
|
---|
40 | SingletonTest \
|
---|
41 | StackClassUnitTest \
|
---|
42 | TesselationUnitTest \
|
---|
43 | Tesselation_BoundaryTriangleUnitTest \
|
---|
44 | Tesselation_InOutsideUnitTest \
|
---|
45 | VectorUnitTest
|
---|
46 |
|
---|
47 |
|
---|
48 | check_PROGRAMS = $(TESTS)
|
---|
49 | noinst_PROGRAMS = $(TESTS) TestRunner
|
---|
50 |
|
---|
51 | GSLLIBS = ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
52 | ALLLIBS = \
|
---|
53 | ../UIElements/libMolecuilderUI.a \
|
---|
54 | ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la \
|
---|
55 | ../libmolecuilder.a \
|
---|
56 | ../Parser/libMolecuilderParser-@MOLECUILDER_API_VERSION@.la \
|
---|
57 | ${GSLLIBS} \
|
---|
58 | ${BOOST_PROGRAM_OPTIONS_LIB}
|
---|
59 |
|
---|
60 | PARSERLIBS = ${ALLLIBS}
|
---|
61 |
|
---|
62 | TESTSOURCES = \
|
---|
63 | ActOnAllUnitTest.cpp \
|
---|
64 | ActionSequenceTest.cpp \
|
---|
65 | analysisbondsunittest.cpp \
|
---|
66 | AnalysisCorrelationToPointUnitTest.cpp \
|
---|
67 | AnalysisCorrelationToSurfaceUnitTest.cpp \
|
---|
68 | AnalysisPairCorrelationUnitTest.cpp \
|
---|
69 | AtomDescriptorTest.cpp \
|
---|
70 | atomsCalculationTest.cpp \
|
---|
71 | bondgraphunittest.cpp \
|
---|
72 | BoxUnittest.cpp \
|
---|
73 | CacheableTest.cpp \
|
---|
74 | CountBondsUnitTest.cpp \
|
---|
75 | FormulaUnittest.cpp \
|
---|
76 | gslmatrixsymmetricunittest.cpp \
|
---|
77 | gslmatrixunittest.cpp \
|
---|
78 | gslvectorunittest.cpp \
|
---|
79 | infounittest.cpp \
|
---|
80 | linearsystemofequationsunittest.cpp \
|
---|
81 | LineUnittest.cpp \
|
---|
82 | LinkedCellUnitTest.cpp \
|
---|
83 | listofbondsunittest.cpp \
|
---|
84 | logunittest.cpp \
|
---|
85 | MatrixUnittest.cpp \
|
---|
86 | manipulateAtomsTest.cpp \
|
---|
87 | MoleculeDescriptorTest.cpp \
|
---|
88 | ObserverTest.cpp \
|
---|
89 | ParserUnitTest.cpp \
|
---|
90 | periodentafelTest.cpp \
|
---|
91 | PlaneUnittest.cpp \
|
---|
92 | ShapeUnittest.cpp \
|
---|
93 | SingletonTest.cpp \
|
---|
94 | stackclassunittest.cpp \
|
---|
95 | tesselationunittest.cpp \
|
---|
96 | tesselation_boundarytriangleunittest.cpp \
|
---|
97 | tesselation_insideoutsideunittest.cpp \
|
---|
98 | vectorunittest.cpp
|
---|
99 |
|
---|
100 | TESTHEADERS = \
|
---|
101 | ActOnAllUnitTest.hpp \
|
---|
102 | ActionSequenceTest.hpp \
|
---|
103 | analysisbondsunittest.hpp \
|
---|
104 | AnalysisCorrelationToPointUnitTest.hpp \
|
---|
105 | AnalysisCorrelationToSurfaceUnitTest.hpp \
|
---|
106 | AnalysisPairCorrelationUnitTest.hpp \
|
---|
107 | AtomDescriptorTest.hpp \
|
---|
108 | atomsCalculationTest.hpp \
|
---|
109 | bondgraphunittest.hpp \
|
---|
110 | BoxUnittest.hpp \
|
---|
111 | CacheableTest.hpp \
|
---|
112 | CountBondsUnitTest.hpp \
|
---|
113 | FormulaUnittest.hpp \
|
---|
114 | gslmatrixsymmetricunittest.hpp \
|
---|
115 | gslmatrixunittest.hpp \
|
---|
116 | gslvectorunittest.hpp \
|
---|
117 | infounittest.hpp \
|
---|
118 | linearsystemofequationsunittest.hpp \
|
---|
119 | LineUnittest.hpp \
|
---|
120 | LinkedCellUnitTest.hpp \
|
---|
121 | listofbondsunittest.hpp \
|
---|
122 | logunittest.hpp \
|
---|
123 | manipulateAtomsTest.hpp \
|
---|
124 | MatrixUnittest.hpp \
|
---|
125 | MoleculeDescriptorTest.hpp \
|
---|
126 | periodentafelTest.hpp \
|
---|
127 | PlaneUnittest.hpp \
|
---|
128 | ObserverTest.hpp \
|
---|
129 | SingletonTest.hpp \
|
---|
130 | stackclassunittest.hpp \
|
---|
131 | tesselationunittest.hpp \
|
---|
132 | tesselation_boundarytriangleunittest.hpp \
|
---|
133 | tesselation_insideoutsideunittest.hpp \
|
---|
134 | vectorunittest.hpp
|
---|
135 |
|
---|
136 |
|
---|
137 | ActionSequenceTest_SOURCES = UnitTestMain.cpp ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
138 | ActionSequenceTest_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
|
---|
139 |
|
---|
140 | ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
141 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
142 |
|
---|
143 | AnalysisBondsUnitTests_SOURCES = UnitTestMain.cpp analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
144 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
145 |
|
---|
146 | AnalysisCorrelationToPointUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
147 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
148 |
|
---|
149 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
150 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
151 |
|
---|
152 | AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
153 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
154 |
|
---|
155 | atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
156 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
157 |
|
---|
158 | AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
|
---|
159 | AtomDescriptorTest_LDADD = ${ALLLIBS}
|
---|
160 |
|
---|
161 | BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
162 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
163 |
|
---|
164 | BoxUnittest_SOURCES = UnitTestMain.cpp BoxUnittest.cpp BoxUnittest.hpp
|
---|
165 | BoxUnittest_LDADD = ${ALLLIBS}
|
---|
166 |
|
---|
167 | CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
|
---|
168 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
169 |
|
---|
170 | CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
171 | CountBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
172 |
|
---|
173 | FormulaUnittest_SOURCES = UnitTestMain.cpp FormulaUnittest.cpp FormulaUnittest.hpp
|
---|
174 | FormulaUnittest_LDADD = ${ALLLIBS}
|
---|
175 |
|
---|
176 | GSLMatrixSymmetricUnitTest_SOURCES = UnitTestMain.cpp gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
177 | GSLMatrixSymmetricUnitTest_LDADD = ${ALLLIBS}
|
---|
178 |
|
---|
179 | GSLMatrixUnitTest_SOURCES = UnitTestMain.cpp gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
180 | GSLMatrixUnitTest_LDADD = ${ALLLIBS}
|
---|
181 |
|
---|
182 | GSLVectorUnitTest_SOURCES = UnitTestMain.cpp gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
183 | GSLVectorUnitTest_LDADD = ${ALLLIBS}
|
---|
184 |
|
---|
185 | InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp
|
---|
186 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
187 |
|
---|
188 | LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
189 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
190 |
|
---|
191 | LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
|
---|
192 | LineUnittest_LDADD = ${ALLLIBS}
|
---|
193 |
|
---|
194 | LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
195 | LinkedCellUnitTest_LDADD = ${ALLLIBS}
|
---|
196 |
|
---|
197 | ListOfBondsUnitTest_SOURCES = UnitTestMain.cpp listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
198 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
199 |
|
---|
200 | LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp
|
---|
201 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
202 |
|
---|
203 | manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
204 | manipulateAtomsTest_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
|
---|
205 |
|
---|
206 | MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp
|
---|
207 | MatrixUnittest_LDADD = ${ALLLIBS}
|
---|
208 |
|
---|
209 | MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp
|
---|
210 | MoleculeDescriptorTest_LDADD = ${ALLLIBS}
|
---|
211 |
|
---|
212 | ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
|
---|
213 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
214 |
|
---|
215 | ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
|
---|
216 | ParserUnitTest_LDADD = ${PARSERLIBS}
|
---|
217 |
|
---|
218 | periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
|
---|
219 | periodentafelTest_LDADD = ${ALLLIBS}
|
---|
220 |
|
---|
221 | PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
|
---|
222 | PlaneUnittest_LDADD = ${ALLLIBS}
|
---|
223 |
|
---|
224 | ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
|
---|
225 | ShapeUnittest_LDADD = ${ALLLIBS}
|
---|
226 |
|
---|
227 | SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
|
---|
228 | SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
229 |
|
---|
230 | StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
|
---|
231 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
232 |
|
---|
233 | TesselationUnitTest_SOURCES = UnitTestMain.cpp tesselationunittest.cpp tesselationunittest.hpp
|
---|
234 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
235 |
|
---|
236 | Tesselation_BoundaryTriangleUnitTest_SOURCES = UnitTestMain.cpp tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
237 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
238 |
|
---|
239 | Tesselation_InOutsideUnitTest_SOURCES = UnitTestMain.cpp tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
240 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
241 |
|
---|
242 | TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
|
---|
243 | TestRunner_LDADD = ../UIElements/libMolecuilderUI.a ../Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la ../libmolecuilder.a ../libparser.a ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la ../Exceptions/libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
|
---|
244 |
|
---|
245 | VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
|
---|
246 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
247 |
|
---|
248 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|