[b9907c] | 1 | INCLUDES = -I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[c4d4df] | 3 | noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest
|
---|
[be90f1] | 4 |
|
---|
[c4d4df] | 5 | TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest
|
---|
[be90f1] | 6 | check_PROGRAMS = $(TESTS)
|
---|
[b9907c] | 7 |
|
---|
[c4d4df] | 8 | ActOnAllUnitTest_SOURCES = ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp
|
---|
| 9 | ActOnAllUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 10 | ActOnAllUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 11 | ActOnAllUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 12 |
|
---|
[c4d4df] | 13 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
---|
| 14 | AnalysisCorrelationToPointUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 15 | AnalysisCorrelationToPointUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 16 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 17 |
|
---|
| 18 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
---|
| 19 | AnalysisCorrelationToSurfaceUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 20 | AnalysisCorrelationToSurfaceUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 21 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
|
---|
| 22 |
|
---|
| 23 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
---|
| 24 | AnalysisPairCorrelationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 25 | AnalysisPairCorrelationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 26 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
|
---|
[c111db] | 27 |
|
---|
[be90f1] | 28 | VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp
|
---|
| 29 | VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 30 | VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
[b9907c] | 31 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[be90f1] | 32 |
|
---|
| 33 | MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
|
---|
| 34 | MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) -I..
|
---|
| 35 | MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
[b9907c] | 36 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[be90f1] | 37 |
|
---|
| 38 | MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp
|
---|
| 39 | MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 40 | MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
[b9907c] | 41 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
---|