Changeset d1e0c0 for src/unittests
- Timestamp:
- Feb 21, 2011, 3:46:20 PM (15 years ago)
- Children:
- 178da0
- Parents:
- d3926b5
- git-author:
- Frederik Heber <heber@…> (02/21/11 13:46:52)
- git-committer:
- Frederik Heber <heber@…> (02/21/11 15:46:20)
- Location:
- src/unittests
- Files:
-
- 2 added
- 1 edited
-
IteratorAdaptorsUnitTest.cpp (added)
-
IteratorAdaptorsUnitTest.hpp (added)
-
Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rd3926b5 rd1e0c0 14 14 AssertUnitTest \ 15 15 InfoUnitTest \ 16 IteratorAdaptorsUnitTest \ 16 17 LogUnitTest 17 18 … … 91 92 InfoUnitTest_LDADD = ${TESTLIBS} 92 93 94 IteratorAdaptorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 95 IteratorAdaptorsUnitTest.cpp \ 96 IteratorAdaptors.hpp \ 97 IteratorAdaptorsUnitTest.hpp 98 #IteratorAdaptorsUnitTest_LDADD = ${TESTLIBS} 99 93 100 LogUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 94 101 LogUnitTest.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.
