1 | INCLUDES = -I$(top_srcdir)/src
|
---|
2 |
|
---|
3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
5 |
|
---|
6 | MENUTESTS = ActionSequenceTest
|
---|
7 |
|
---|
8 | TESTS = \
|
---|
9 | ActOnAllUnitTest \
|
---|
10 | AnalysisBondsUnitTests \
|
---|
11 | AnalysisCorrelationToPointUnitTest \
|
---|
12 | AnalysisCorrelationToSurfaceUnitTest \
|
---|
13 | AnalysisPairCorrelationUnitTest \
|
---|
14 | BondGraphUnitTest \
|
---|
15 | GSLMatrixSymmetricUnitTest \
|
---|
16 | GSLMatrixUnitTest \
|
---|
17 | GSLVectorUnitTest \
|
---|
18 | InfoUnitTest \
|
---|
19 | LinearSystemOfEquationsUnitTest \
|
---|
20 | ListOfBondsUnitTest \
|
---|
21 | LogUnitTest \
|
---|
22 | MemoryUsageObserverUnitTest \
|
---|
23 | MemoryAllocatorUnitTest \
|
---|
24 | StackClassUnitTest \
|
---|
25 | TesselationUnitTest \
|
---|
26 | Tesselation_BoundaryTriangleUnitTest \
|
---|
27 | Tesselation_InOutsideUnitTest \
|
---|
28 | VectorUnitTest \
|
---|
29 | ObserverTest \
|
---|
30 | ${MENUTESTS}
|
---|
31 |
|
---|
32 |
|
---|
33 | check_PROGRAMS = $(TESTS)
|
---|
34 | noinst_PROGRAMS = $(TESTS)
|
---|
35 |
|
---|
36 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
37 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
38 |
|
---|
39 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
40 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
41 |
|
---|
42 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
43 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
44 |
|
---|
45 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
46 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
47 |
|
---|
48 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
49 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
50 |
|
---|
51 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
52 | BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
53 |
|
---|
54 | GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
55 | GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
|
---|
56 |
|
---|
57 | GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
58 | GSLMatrixUnitTest_LDADD = ../libgslwrapper.a
|
---|
59 |
|
---|
60 | GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
61 | GSLVectorUnitTest_LDADD = ../libgslwrapper.a
|
---|
62 |
|
---|
63 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
---|
64 | InfoUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
65 |
|
---|
66 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
67 | LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
|
---|
68 |
|
---|
69 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
70 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
71 |
|
---|
72 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
73 | LogUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
74 |
|
---|
75 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
76 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
77 |
|
---|
78 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
79 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
80 |
|
---|
81 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
82 | StackClassUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
83 |
|
---|
84 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
---|
85 | TesselationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
86 |
|
---|
87 | Tesselation_BoundaryTriangleUnitTest_SOURCES = tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
88 | Tesselation_BoundaryTriangleUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
89 |
|
---|
90 | Tesselation_InOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
91 | Tesselation_InOutsideUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
92 |
|
---|
93 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
94 | VectorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
95 |
|
---|
96 | ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
97 | ActionSequenceTest_LDADD = ../libmolecuilder.a
|
---|
98 |
|
---|
99 | ObserverTest_SOURCES = ObserverTest.cpp ObserverTest.hpp
|
---|
100 | ObserverTest_LDADD = ../libmolecuilder.a
|
---|
101 |
|
---|
102 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
103 |
|
---|