[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 \
|
---|
| 24 | TesselationInOutsideUnitTest \
|
---|
| 25 | VectorUnitTest
|
---|
| 26 |
|
---|
[be90f1] | 27 | check_PROGRAMS = $(TESTS)
|
---|
[831a14] | 28 | noinst_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 29 |
|
---|
[e138de] | 30 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
| 31 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 32 |
|
---|
[96c961] | 33 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
| 34 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a
|
---|
| 35 |
|
---|
[c4d4df] | 36 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
| 37 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 38 |
|
---|
| 39 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
| 40 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 41 |
|
---|
| 42 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
| 43 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 44 |
|
---|
[b70721] | 45 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[46ea3b] | 46 | BondGraphUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 47 |
|
---|
[9fb860] | 48 | GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp
|
---|
| 49 | GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a
|
---|
| 50 |
|
---|
| 51 | GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp
|
---|
| 52 | GSLMatrixUnitTest_LDADD = ../libgslwrapper.a
|
---|
| 53 |
|
---|
| 54 | GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp
|
---|
| 55 | GSLVectorUnitTest_LDADD = ../libgslwrapper.a
|
---|
| 56 |
|
---|
[8725ed] | 57 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
---|
| 58 | InfoUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 59 |
|
---|
[9fb860] | 60 | LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp
|
---|
| 61 | LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a
|
---|
| 62 |
|
---|
[266237] | 63 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
| 64 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 65 |
|
---|
[7326b2] | 66 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
| 67 | LogUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 68 |
|
---|
[e138de] | 69 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
| 70 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[be90f1] | 71 |
|
---|
[e138de] | 72 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
| 73 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
---|
[831a14] | 74 |
|
---|
[e138de] | 75 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
| 76 | StackClassUnitTest_LDADD = ../libmolecuilder.a
|
---|
[d96277] | 77 |
|
---|
[c15ca2] | 78 | TesselationUnitTest_SOURCES = tesselationunittest.cpp tesselationunittest.hpp
|
---|
| 79 | TesselationUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 80 |
|
---|
| 81 | TesselationInOutsideUnitTest_SOURCES = tesselation_insideoutsideunittest.cpp tesselation_insideoutsideunittest.hpp
|
---|
| 82 | TesselationInOutsideUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 83 |
|
---|
[e138de] | 84 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
| 85 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[d96277] | 86 |
|
---|
| 87 |
|
---|
[831a14] | 88 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 89 |
|
---|