- 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
- Files:
-
- 3 added
- 2 edited
-
Helpers/IteratorAdaptors.hpp (added)
-
Makefile.am (modified) (1 diff)
-
unittests/IteratorAdaptorsUnitTest.cpp (added)
-
unittests/IteratorAdaptorsUnitTest.hpp (added)
-
unittests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
rd3926b5 rd1e0c0 74 74 Helpers/errorlogger.hpp \ 75 75 Helpers/Info.hpp \ 76 Helpers/IteratorAdaptors.hpp \ 76 77 Helpers/Log.hpp \ 77 78 Helpers/logger.hpp \ -
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.
