Changeset d76c105 for src/Patterns/unittests/Makefile.am
- Timestamp:
- Jan 5, 2011, 1:48:15 PM (15 years ago)
- Children:
- 567640
- Parents:
- 1afcbe
- git-author:
- Frederik Heber <heber@…> (01/05/11 11:26:48)
- git-committer:
- Frederik Heber <heber@…> (01/05/11 13:48:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/Makefile.am
r1afcbe rd76c105 14 14 FactoryUnitTest \ 15 15 ObserverUnitTest \ 16 PrototypeFactoryUnitTest \ 16 17 RegistryUnitTest \ 17 18 SingletonUnitTest … … 73 74 ObserverUnitTest_LDADD = $(TESTLIBS) 74 75 76 PrototypeFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 77 PrototypeFactoryUnitTest.cpp \ 78 PrototypeFactoryUnitTest.hpp \ 79 stubs/CloneStub.cpp \ 80 stubs/CloneStub.hpp \ 81 stubs/CommonStub.cpp \ 82 stubs/CommonStub.hpp \ 83 stubs/PrototypeFactoryStub.hpp \ 84 stubs/PrototypeFactoryStub.cpp \ 85 ../PrototypeFactory.hpp \ 86 ../FactoryTypeList.hpp \ 87 ../PrototypeFactory_impl.hpp 88 PrototypeFactoryUnitTest_LDADD = $(TESTLIBS) 89 75 90 RegistryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 76 91 RegistryUnitTest.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.