| [afbb6c0] | 1 | INCLUDES = -I$(top_srcdir)/src
|
|---|
| 2 |
|
|---|
| [2e6aa1] | 3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| [53f32e] | 5 |
|
|---|
| [edf611] | 6 | TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
|
|---|
| [53f32e] | 7 | check_PROGRAMS = $(TESTS)
|
|---|
| [2e6aa1] | 8 | noinst_PROGRAMS = $(TESTS)
|
|---|
| [afbb6c0] | 9 |
|
|---|
| [543ce4] | 10 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
|
|---|
| 11 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [e71890] | 12 |
|
|---|
| [341850] | 13 | AnalysisBondsUnitTests_SOURCES = analysisbondsunittest.cpp analysisbondsunittest.hpp
|
|---|
| 14 | AnalysisBondsUnitTests_LDADD = ../libmolecuilder.a
|
|---|
| 15 |
|
|---|
| [57cfb7] | 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
|
|---|
| [e71890] | 24 |
|
|---|
| [5f697c] | 25 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
|---|
| [bc8155] | 26 | BondGraphUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 27 |
|
|---|
| [edf611] | 28 | InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
|
|---|
| 29 | InfoUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 30 |
|
|---|
| [872b51] | 31 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
|---|
| 32 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 33 |
|
|---|
| [ec70ec] | 34 | LogUnitTest_SOURCES = logunittest.cpp logunittest.hpp
|
|---|
| 35 | LogUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 36 |
|
|---|
| [543ce4] | 37 | MemoryAllocatorUnitTest_SOURCES = memoryallocatorunittest.cpp memoryallocatorunittest.hpp
|
|---|
| 38 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [53f32e] | 39 |
|
|---|
| [543ce4] | 40 | MemoryUsageObserverUnitTest_SOURCES = memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp
|
|---|
| 41 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [2e6aa1] | 42 |
|
|---|
| [543ce4] | 43 | StackClassUnitTest_SOURCES = stackclassunittest.cpp stackclassunittest.hpp
|
|---|
| 44 | StackClassUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [dbc152] | 45 |
|
|---|
| [543ce4] | 46 | VectorUnitTest_SOURCES = vectorunittest.cpp vectorunittest.hpp
|
|---|
| 47 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [dbc152] | 48 |
|
|---|
| 49 |
|
|---|
| [2e6aa1] | 50 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|
| [ec70ec] | 51 |
|
|---|