1 | INCLUDES = -I$(top_srcdir)/src
|
---|
2 |
|
---|
3 | noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest
|
---|
4 |
|
---|
5 | TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest
|
---|
6 | check_PROGRAMS = $(TESTS)
|
---|
7 |
|
---|
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
|
---|
12 |
|
---|
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
|
---|
27 |
|
---|
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
|
---|
31 | VectorUnitTest_LDADD = ../libmolecuilder.a
|
---|
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
|
---|
36 | MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
|
---|
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
|
---|
41 | MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
|
---|