[afbb6c0] | 1 | INCLUDES = -I$(top_srcdir)/src
|
---|
| 2 |
|
---|
[96d8dc] | 3 | noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest LogUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest
|
---|
[53f32e] | 4 |
|
---|
[57cfb7] | 5 | TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest
|
---|
[53f32e] | 6 | check_PROGRAMS = $(TESTS)
|
---|
[afbb6c0] | 7 |
|
---|
[57cfb7] | 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
|
---|
[e71890] | 12 |
|
---|
[57cfb7] | 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
|
---|
[e71890] | 27 |
|
---|
[53f32e] | 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
|
---|
[afbb6c0] | 31 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[53f32e] | 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
|
---|
[afbb6c0] | 36 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
---|
[53f32e] | 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
|
---|
[afbb6c0] | 41 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
---|
[96d8dc] | 42 |
|
---|
| 43 | LogUnitTest_SOURCES = ../errorLogger.cpp ../errorLogger.hpp ../log.cpp ../log.hpp ../logger.cpp ../logger.hpp logunittest.cpp logunittest.hpp
|
---|
| 44 | LogUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
---|
| 45 | LogUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
---|
| 46 | LogUnitTest_LDADD = ../libmolecuilder.a
|
---|