Ignore:
Timestamp:
Dec 13, 2011, 9:46:10 AM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
549b62
Parents:
bc2698
git-author:
Frederik Heber <heber@…> (12/01/11 10:20:57)
git-committer:
Frederik Heber <heber@…> (12/13/11 09:46:10)
Message:

Refactored all Observer stuff into own subfolder and split up into distinct modules.

  • Observer/all.hpp is all that's needed.
File:
1 edited

Legend:

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

    rbc2698 re2e035e  
    1111  ManipulableCloneUnitTest \
    1212  ManipulablePrototypeFactoryUnitTest \
    13   ObservedContainerUnitTest \
    14   ObserverUnitTest \
    1513  PrototypeFactoryUnitTest \
    1614  RegistryUnitTest \
     
    2018check_PROGRAMS += $(TESTS)
    2119noinst_PROGRAMS += $(TESTS)
    22 
    23 TESTLIBS = \
    24         libCodePatterns-debug.la \
    25         $(BOOST_THREAD_LIBS)
    2620
    2721CacheableUnitTest_SOURCES = unittests/UnitTestMain.cpp \
     
    9589ManipulablePrototypeFactoryUnitTest_LDADD = $(TESTLIBS)
    9690
    97 ObserverUnitTest_SOURCES = unittests/UnitTestMain.cpp \
    98         Patterns/unittests/ObserverUnitTest.cpp \
    99         Patterns/unittests/ObserverUnitTest.hpp \
    100         Patterns/unittests/stubs/ObserverStub.cpp \
    101         Patterns/unittests/stubs/ObserverStub.hpp
    102 nodist_ObserverUnitTest_SOURCES = \
    103         Patterns/Observer.hpp \
    104         Patterns/ObserverContainer.hpp \
    105         Patterns/ObserverContainer_impl.hpp \
    106         Patterns/ObserverIterator.hpp
    107 ObserverUnitTest_LDADD = $(TESTLIBS)
    108 
    109 ObservedContainerUnitTest_SOURCES = unittests/UnitTestMain.cpp \
    110         Patterns/unittests/ObservedContainerUnitTest.cpp \
    111         Patterns/unittests/ObservedContainerUnitTest.hpp \
    112         Patterns/unittests/stubs/ObserverStub.cpp \
    113         Patterns/unittests/stubs/ObserverStub.hpp
    114 nodist_ObservedContainerUnitTest_SOURCES = \
    115         Patterns/ObserverContainer.hpp \
    116         Patterns/ObserverContainer_impl.hpp
    117 ObservedContainerUnitTest_LDADD = $(TESTLIBS)
    118 
    11991PrototypeFactoryUnitTest_SOURCES = unittests/UnitTestMain.cpp \
    12092        Patterns/unittests/PrototypeFactoryUnitTest.cpp \
Note: See TracChangeset for help on using the changeset viewer.