Changeset 9098f9 for src/unittests
- Timestamp:
- Dec 22, 2010, 10:32:46 AM (15 years ago)
- Children:
- 70672e3
- Parents:
- 115378
- Location:
- src/unittests
- Files:
-
- 4 edited
-
InfoUnitTest.cpp (modified) (1 diff)
-
LogUnitTest.cpp (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
TestRunnerMain.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/InfoUnitTest.cpp
r115378 r9098f9 27 27 #include <stdio.h> 28 28 29 #include " Helpers/Info.hpp"30 #include " Helpers/Log.hpp"29 #include "Info.hpp" 30 #include "Log.hpp" 31 31 32 32 #include "InfoUnitTest.hpp" -
src/unittests/LogUnitTest.cpp
r115378 r9098f9 22 22 #include <cppunit/ui/text/TestRunner.h> 23 23 24 #include " Helpers/Log.hpp"25 #include " Helpers/Verbose.hpp"24 #include "Log.hpp" 25 #include "Verbose.hpp" 26 26 27 27 #include "LogUnitTest.hpp" -
src/unittests/Makefile.am
r115378 r9098f9 5 5 ../Patterns/unittests 6 6 7 INCLUDES = -I$(top_srcdir)/src 7 INCLUDES = -I$(top_srcdir)/src/Patterns -I$(top_srcdir)/src/Helpers 8 8 9 9 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl -
src/unittests/TestRunnerMain.cpp
r115378 r9098f9 27 27 #else 28 28 29 #include " unittests/UnitTestMain.cpp"29 #include "UnitTestMain.cpp" 30 30 31 31 #endif /* HAVE_ECUT */
Note:
See TracChangeset
for help on using the changeset viewer.
