source: molecuilder/src/unittests/Makefile.am@ 5f9f8b

Last change on this file since 5f9f8b was 5f9f8b, checked in by Frederik Heber <heber@…>, 16 years ago

Removed libmolecuilder linking from unit tests where only some few modules were needed.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[afbb6c0]1INCLUDES = -I$(top_srcdir)/src
2
[2e6aa1]3AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
4AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
[53f32e]5
[bc8155]6TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
[53f32e]7check_PROGRAMS = $(TESTS)
[2e6aa1]8noinst_PROGRAMS = $(TESTS)
[afbb6c0]9
[bc8155]10ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp
[e71890]11
[57cfb7]12AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
13AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
14
15AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
16AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
17
18AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
19AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
[e71890]20
[5f697c]21BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
[bc8155]22BondGraphUnitTest_LDADD = ../libmolecuilder.a
23
[872b51]24ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
25ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
26
[5f9f8b]27MemoryAllocatorUnitTest_SOURCES = defs.hpp ../helpers.cpp ../helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
[53f32e]28
29MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp
[2e6aa1]30
[5f9f8b]31StackClassUnitTest_SOURCES = memoryallocator.hpp stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp
[dbc152]32
[5f9f8b]33VectorUnitTest_SOURCES = defs.hpp ../helpers.cpp helpers.hpp ../leastsquaremin.cpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp ../vector.cpp verbose.hpp ../verbose.cpp
[dbc152]34
35
[2e6aa1]36#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracBrowser for help on using the repository browser.