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