[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 \
|
---|
[dfe8ef] | 13 | CountBondsUnitTest \
|
---|
[fc3b67] | 14 | GSLMatrixSymmetricUnitTest \
|
---|
| 15 | GSLMatrixUnitTest \
|
---|
[9fb860] | 16 | GSLVectorUnitTest \
|
---|
| 17 | InfoUnitTest \
|
---|
[f60610] | 18 | LinearSystemOfEquationsUnitTest \
|
---|
[dcea0f] | 19 | LinkedCellUnitTest \
|
---|
[9fb860] | 20 | ListOfBondsUnitTest \
|
---|
| 21 | LogUnitTest \
|
---|
| 22 | MemoryUsageObserverUnitTest \
|
---|
| 23 | MemoryAllocatorUnitTest \
|
---|
| 24 | StackClassUnitTest \
|
---|
| 25 | TesselationUnitTest \
|
---|
[e9c677] | 26 | Tesselation_BoundaryTriangleUnitTest \
|
---|
| 27 | Tesselation_InOutsideUnitTest \
|
---|
[9fb860] | 28 | VectorUnitTest
|
---|
| 29 |
|
---|
[be90f1] | 30 | check_PROGRAMS = $(TESTS)
|
---|
[831a14] | 31 | noinst_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 32 |
|
---|
[e138de] | 33 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[31a6af] | 34 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c111db] | 35 |
|
---|
[96c961] | 36 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[31a6af] | 37 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[96c961] | 38 |
|
---|
[c4d4df] | 39 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[31a6af] | 40 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c4d4df] | 41 |
|
---|
| 42 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[31a6af] | 43 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c4d4df] | 44 |
|
---|
| 45 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[31a6af] | 46 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c111db] | 47 |
|
---|
[b70721] | 48 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[31a6af] | 49 | BondGraphUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[46ea3b] | 50 |
|
---|
[dfe8ef] | 51 | CountBondsUnitTest_SOURCES = CountBondsUnitTest.cpp CountBondsUnitTest.hpp
|
---|
| 52 | CountBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
| 53 |
|
---|
[9fb860] | 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 |
|
---|
[8725ed] | 63 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
---|
[31a6af] | 64 | InfoUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[8725ed] | 65 |
|
---|
[9fb860] | 66 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[dcea0f] | 67 | LinearSystemOfEquationsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
| 68 |
|
---|
| 69 | LinkedCellUnitTest_SOURCES = LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
|
---|
| 70 | LinkedCellUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[9fb860] | 71 |
|
---|
[266237] | 72 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[31a6af] | 73 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[266237] | 74 |
|
---|
[7326b2] | 75 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
[31a6af] | 76 | LogUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[7326b2] | 77 |
|
---|
[e138de] | 78 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
[31a6af] | 79 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[be90f1] | 80 |
|
---|
[e138de] | 81 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
[31a6af] | 82 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[831a14] | 83 |
|
---|
[e138de] | 84 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
[31a6af] | 85 | StackClassUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[d96277] | 86 |
|
---|
[c15ca2] | 87 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
---|
[31a6af] | 88 | TesselationUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c15ca2] | 89 |
|
---|
[e9c677] | 90 | Tesselation_BoundaryTriangleUnitTest_SOURCES = tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
| 91 | Tesselation_BoundaryTriangleUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
| 92 |
|
---|
| 93 | Tesselation_InOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
| 94 | Tesselation_InOutsideUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[c15ca2] | 95 |
|
---|
[e138de] | 96 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
[31a6af] | 97 | VectorUnitTest_LDADD = ../libmolecuilder.a ../libgslwrapper.a
|
---|
[d96277] | 98 |
|
---|
| 99 |
|
---|
[831a14] | 100 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 101 |
|
---|