Changeset 1afcbe for src/Patterns/unittests/Makefile.am
- Timestamp:
- Jan 5, 2011, 11:08:49 AM (15 years ago)
- Children:
- d76c105
- Parents:
- 724564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/Makefile.am
r724564 r1afcbe 10 10 TESTS = \ 11 11 CacheableUnitTest \ 12 CloneUnitTest \ 12 13 CreatorUnitTest \ 13 14 FactoryUnitTest \ … … 32 33 ../ObserverIterator.hpp 33 34 CacheableUnitTest_LDADD = $(TESTLIBS) 35 36 CloneUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 37 CloneUnitTest.cpp \ 38 CloneUnitTest.hpp \ 39 ../Clone.hpp \ 40 stubs/CommonStub.cpp \ 41 stubs/CommonStub.hpp \ 42 stubs/CloneStub.cpp \ 43 stubs/CloneStub.hpp 44 CloneUnitTest_LDADD = $(TESTLIBS) 34 45 35 46 CreatorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.