- Timestamp:
- Feb 10, 2011, 4:51:09 PM (15 years ago)
- Children:
- 2d6ae0
- Parents:
- fe056c
- git-author:
- Frederik Heber <heber@…> (02/10/11 16:45:39)
- git-committer:
- Frederik Heber <heber@…> (02/10/11 16:51:09)
- Location:
- src/unittests
- Files:
-
- 2 added
- 1 edited
-
AssertUnitTest.cpp (added)
-
AssertUnitTest.hpp (added)
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rfe056c rd1a85d 12 12 13 13 TESTS = \ 14 AssertUnitTest \ 14 15 InfoUnitTest \ 15 16 LogUnitTest … … 43 44 $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.cpp \ 44 45 $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.cpp \ 46 AssertUnitTest.cpp \ 45 47 InfoUnitTest.cpp \ 46 48 LogUnitTest.cpp … … 74 76 $(top_srcdir)/src/Patterns/unittests/stubs/PrototypeFactoryStub.undef \ 75 77 $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.hpp \ 78 AssertUnitTest.hpp \ 76 79 InfoUnitTest.hpp \ 77 80 LogUnitTest.hpp 78 81 82 83 AssertUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 84 AssertUnitTest.cpp \ 85 AssertUnitTest.hpp 86 AssertUnitTest_LDADD = ${TESTLIBS} 79 87 80 88 InfoUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.
