Changeset 115378 for src/unittests
- Timestamp:
- Dec 22, 2010, 9:16:51 AM (15 years ago)
- Children:
- 9098f9
- Parents:
- 1d77e1a
- git-author:
- Frederik Heber <heber@…> (12/22/10 08:22:13)
- git-committer:
- Frederik Heber <heber@…> (12/22/10 09:16:51)
- Location:
- src/unittests
- Files:
-
- 3 edited
-
InfoUnitTest.cpp (modified) (1 diff)
-
LogUnitTest.cpp (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/InfoUnitTest.cpp
r1d77e1a r115378 27 27 #include <stdio.h> 28 28 29 #include " Info.hpp"30 #include " Log.hpp"29 #include "Helpers/Info.hpp" 30 #include "Helpers/Log.hpp" 31 31 32 32 #include "InfoUnitTest.hpp" -
src/unittests/LogUnitTest.cpp
r1d77e1a r115378 22 22 #include <cppunit/ui/text/TestRunner.h> 23 23 24 #include " Log.hpp"25 #include " Verbose.hpp"24 #include "Helpers/Log.hpp" 25 #include "Helpers/Verbose.hpp" 26 26 27 27 #include "LogUnitTest.hpp" -
src/unittests/Makefile.am
r1d77e1a r115378 20 20 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 21 21 TESTLIBS = \ 22 ../libCodePatterns -@CODEPATTERNS_API_VERSION@.la \22 ../libCodePatterns.la \ 23 23 $(BOOST_LIB) 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
