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