Changeset 746ff1 for src/Patterns/unittests
- Timestamp:
- Jan 4, 2011, 3:12:44 PM (15 years ago)
- Children:
- 724564
- Parents:
- 392a79
- git-author:
- Frederik Heber <heber@…> (01/04/11 12:03:33)
- git-committer:
- Frederik Heber <heber@…> (01/04/11 15:12:44)
- Location:
- src/Patterns/unittests
- Files:
-
- 10 added
- 1 edited
-
CreatorUnitTest.cpp (added)
-
CreatorUnitTest.hpp (added)
-
FactoryUnitTest.cpp (added)
-
FactoryUnitTest.hpp (added)
-
Makefile.am (modified) (2 diffs)
-
stubs/CreatorStub.cpp (added)
-
stubs/CreatorStub.hpp (added)
-
stubs/FactoryStub.cpp (added)
-
stubs/FactoryStub.def (added)
-
stubs/FactoryStub.hpp (added)
-
stubs/FactoryStub.undef (added)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/Makefile.am
r392a79 r746ff1 10 10 TESTS = \ 11 11 CacheableUnitTest \ 12 CreatorUnitTest \ 13 FactoryUnitTest \ 12 14 ObserverUnitTest \ 13 15 RegistryUnitTest \ … … 31 33 CacheableUnitTest_LDADD = $(TESTLIBS) 32 34 35 CreatorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 36 CreatorUnitTest.cpp \ 37 CreatorUnitTest.hpp \ 38 ../Creator.hpp \ 39 stubs/CreatorStub.hpp \ 40 stubs/CreatorStub.cpp 41 CreatorUnitTest_LDADD = $(TESTLIBS) 42 43 FactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 44 FactoryUnitTest.cpp \ 45 FactoryUnitTest.hpp \ 46 stubs/CreatorStub.hpp \ 47 stubs/CreatorStub.cpp \ 48 stubs/FactoryStub.hpp \ 49 stubs/FactoryStub.cpp \ 50 ../Factory.hpp \ 51 ../FactoryTypeList.hpp \ 52 ../Factory_impl.hpp 53 FactoryUnitTest_LDADD = $(TESTLIBS) 54 33 55 ObserverUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 34 56 ObserverUnitTest.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.
