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