[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 \
|
---|
[7a1ce5] | 31 | DescriptorUnittest \
|
---|
[cbc5fb] | 32 | manipulateAtomsTest \
|
---|
[b54ac8] | 33 | atomsCalculationTest \
|
---|
[46d958] | 34 | ${MENUTESTS}
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 |
|
---|
[9fb860] | 38 |
|
---|
[63c1f6] | 39 | check_PROGRAMS = $(TESTS)
|
---|
| 40 | noinst_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 41 |
|
---|
[4d9c01] | 42 | GSLLIBS = ../libgslwrapper.a
|
---|
| 43 | ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
|
---|
| 44 |
|
---|
[e138de] | 45 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
[4d9c01] | 46 | ActOnAllUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 47 |
|
---|
[96c961] | 48 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
[4d9c01] | 49 | AnalysisBondsUnitTests_LDADD = ${ALLLIBS}
|
---|
[96c961] | 50 |
|
---|
[c4d4df] | 51 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
[4d9c01] | 52 | AnalysisCorrelationToPointUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 53 |
|
---|
| 54 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
[4d9c01] | 55 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ${ALLLIBS}
|
---|
[c4d4df] | 56 |
|
---|
| 57 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
[4d9c01] | 58 | AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c111db] | 59 |
|
---|
[b70721] | 60 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[4d9c01] | 61 | BondGraphUnitTest_LDADD = ${ALLLIBS}
|
---|
[46ea3b] | 62 |
|
---|
[9fb860] | 63 | GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
[4d9c01] | 64 | GSLMatrixSymmetricUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 65 |
|
---|
| 66 | GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
[4d9c01] | 67 | GSLMatrixUnitTest_LDADD = ${GSLLIBS}
|
---|
[9fb860] | 68 |
|
---|
| 69 | GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
[4d9c01] | 70 | GSLVectorUnitTest_LDADD = ${GSLLIBS}
|
---|
[46ea3b] | 71 |
|
---|
[8725ed] | 72 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
---|
[4d9c01] | 73 | InfoUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 74 |
|
---|
[9fb860] | 75 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
[4d9c01] | 76 | LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
|
---|
[8725ed] | 77 |
|
---|
[266237] | 78 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
[4d9c01] | 79 | ListOfBondsUnitTest_LDADD = ${ALLLIBS}
|
---|
[266237] | 80 |
|
---|
[7326b2] | 81 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
[4d9c01] | 82 | LogUnitTest_LDADD = ${ALLLIBS}
|
---|
[7326b2] | 83 |
|
---|
[e138de] | 84 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
[4d9c01] | 85 | MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
|
---|
[be90f1] | 86 |
|
---|
[e138de] | 87 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
[4d9c01] | 88 | MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS}
|
---|
[831a14] | 89 |
|
---|
[e138de] | 90 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
[4d9c01] | 91 | StackClassUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 92 |
|
---|
[c15ca2] | 93 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
---|
[4d9c01] | 94 | TesselationUnitTest_LDADD = ${ALLLIBS}
|
---|
[c15ca2] | 95 |
|
---|
[e9c677] | 96 | Tesselation_BoundaryTriangleUnitTest_SOURCES = tesselation_boundarytriangleunittest.cpp tesselation_boundarytriangleunittest.hpp
|
---|
[4d9c01] | 97 | Tesselation_BoundaryTriangleUnitTest_LDADD = ${ALLLIBS}
|
---|
[e9c677] | 98 |
|
---|
| 99 | Tesselation_InOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
[4d9c01] | 100 | Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 101 |
|
---|
[e138de] | 102 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
[4d9c01] | 103 | VectorUnitTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 104 |
|
---|
[147339] | 105 | ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp
|
---|
[4d9c01] | 106 | ActionSequenceTest_LDADD = ${ALLLIBS}
|
---|
[d96277] | 107 |
|
---|
[63c1f6] | 108 | ObserverTest_SOURCES = ObserverTest.cpp ObserverTest.hpp
|
---|
[4d9c01] | 109 | ObserverTest_LDADD = ${ALLLIBS}
|
---|
[63c1f6] | 110 |
|
---|
[e3c8b4] | 111 | CacheableTest_SOURCES = CacheableTest.cpp CacheableTest.hpp
|
---|
[4d9c01] | 112 | CacheableTest_LDADD = ${ALLLIBS}
|
---|
[e3c8b4] | 113 |
|
---|
[7a1ce5] | 114 | DescriptorUnittest_SOURCES = DescriptorUnittest.cpp DescriptorUnittest.hpp
|
---|
[7c4e29] | 115 | DescriptorUnittest_LDADD = ${ALLLIBS}
|
---|
| 116 |
|
---|
| 117 | manipulateAtomsTest_SOURCES = manipulateAtomsTest.cpp manipulateAtomsTest.hpp
|
---|
| 118 | manipulateAtomsTest_LDADD = ${ALLLIBS}
|
---|
[7a1ce5] | 119 |
|
---|
[b54ac8] | 120 | atomsCalculationTest_SOURCES = atomsCalculationTest.cpp atomsCalculationTest.hpp
|
---|
| 121 | atomsCalculationTest_LDADD = ${ALLLIBS}
|
---|
| 122 |
|
---|
[831a14] | 123 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 124 |
|
---|