Ignore:
Timestamp:
Jan 16, 2011, 6:38:25 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d1a85d
Parents:
56d62f
git-author:
Frederik Heber <heber@…> (01/16/11 18:36:28)
git-committer:
Frederik Heber <heber@…> (01/16/11 18:38:25)
Message:

Implemented unit test for Registry pattern.

  • Library version is now 4:0:2, API version is still 1.0.7.
  • So far only empty test was present.
File:
1 edited

Legend:

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

    r56d62f rfe056c  
    126126RegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    127127        RegistryUnitTest.cpp \
    128         RegistryUnitTest.hpp
    129 #nodist_RegistryUnitTest_SOURCES =
    130 #RegistryUnitTest_LDADD = $(TESTLIBS)
     128        RegistryUnitTest.hpp \
     129        stubs/CommonNamedStub.cpp \
     130        stubs/CommonNamedStub.hpp \
     131        stubs/RegistryStub.cpp \
     132        stubs/RegistryStub.hpp
     133nodist_RegistryUnitTest_SOURCES = \
     134        Registry.hpp \
     135        Registry_impl.hpp
     136RegistryUnitTest_LDADD = $(TESTLIBS)
    131137
    132138SingletonUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note: See TracChangeset for help on using the changeset viewer.