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