|
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
|
| Rev | Line | |
|---|
| [afbb6c0] | 1 | INCLUDES = -I$(top_srcdir)/src
|
|---|
| 2 |
|
|---|
| [2e6aa1] | 3 | AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
|
|---|
| 4 | AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
|
|---|
| [53f32e] | 5 |
|
|---|
| [bc8155] | 6 | TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
|
|---|
| [53f32e] | 7 | check_PROGRAMS = $(TESTS)
|
|---|
| [2e6aa1] | 8 | noinst_PROGRAMS = $(TESTS)
|
|---|
| [afbb6c0] | 9 |
|
|---|
| [bc8155] | 10 | ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp
|
|---|
| [e71890] | 11 |
|
|---|
| [57cfb7] | 12 | AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
|
|---|
| 13 | AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 14 |
|
|---|
| 15 | AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp
|
|---|
| 16 | AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 17 |
|
|---|
| 18 | AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
|
|---|
| 19 | AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| [e71890] | 20 |
|
|---|
| [5f697c] | 21 | BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp
|
|---|
| [bc8155] | 22 | BondGraphUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 23 |
|
|---|
| [872b51] | 24 | ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
|
|---|
| 25 | ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
|
|---|
| 26 |
|
|---|
| [5f9f8b] | 27 | MemoryAllocatorUnitTest_SOURCES = defs.hpp ../helpers.cpp ../helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
|
|---|
| [53f32e] | 28 |
|
|---|
| 29 | MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp
|
|---|
| [2e6aa1] | 30 |
|
|---|
| [5f9f8b] | 31 | StackClassUnitTest_SOURCES = memoryallocator.hpp stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp
|
|---|
| [dbc152] | 32 |
|
|---|
| [5f9f8b] | 33 | VectorUnitTest_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.