Changeset 5f9f8b


Ignore:
Timestamp:
Nov 3, 2009, 12:38:08 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
08b88b
Parents:
8bc524
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/Makefile.am

    r8bc524 r5f9f8b  
    99
    1010ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp
    11 ActOnAllUnitTest_LDADD = ../libmolecuilder.a
    1211
    1312AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp
     
    2625ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
    2726
    28 MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
    29 MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a
     27MemoryAllocatorUnitTest_SOURCES = defs.hpp ../helpers.cpp ../helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp
    3028
    3129MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp
    32 MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
    3330
    34 StackClassUnitTest_SOURCES = stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp
    35 StackClassUnitTest_LDADD = ../libmolecuilder.a
     31StackClassUnitTest_SOURCES = memoryallocator.hpp stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp
    3632
    37 VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp
    38 VectorUnitTest_LDADD = ../libmolecuilder.a
     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
    3934
    4035
Note: See TracChangeset for help on using the changeset viewer.