[b9907c] | 1 | INCLUDES = -I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[831a14] | 3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
[be90f1] | 5 |
|
---|
[96c961] | 6 | TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
|
---|
[be90f1] | 7 | check_PROGRAMS = $(TESTS)
|
---|
[831a14] | 8 | noinst_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 9 |
|
---|
[e138de] | 10 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
---|
| 11 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 12 |
|
---|
[96c961] | 13 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
---|
| 14 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a
|
---|
| 15 |
|
---|
[c4d4df] | 16 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
| 17 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 18 |
|
---|
| 19 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
| 20 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 21 |
|
---|
| 22 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
| 23 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 24 |
|
---|
[b70721] | 25 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
---|
[46ea3b] | 26 | BondGraphUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 27 |
|
---|
[266237] | 28 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
---|
| 29 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 30 |
|
---|
[7326b2] | 31 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
---|
| 32 | LogUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 33 |
|
---|
[e138de] | 34 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
---|
| 35 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[be90f1] | 36 |
|
---|
[e138de] | 37 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
---|
| 38 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
---|
[831a14] | 39 |
|
---|
[e138de] | 40 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
---|
| 41 | StackClassUnitTest_LDADD = ../libmolecuilder.a
|
---|
[d96277] | 42 |
|
---|
[e138de] | 43 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
---|
| 44 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[d96277] | 45 |
|
---|
| 46 |
|
---|
[831a14] | 47 | #AUTOMAKE_OPTIONS = parallel-tests
|
---|
[7326b2] | 48 |
|
---|