Changeset 9098f9 for src/Patterns/unittests
- Timestamp:
- Dec 22, 2010, 10:32:46 AM (15 years ago)
- Children:
- 70672e3
- Parents:
- 115378
- Location:
- src/Patterns/unittests
- Files:
-
- 4 edited
-
CacheableUnitTest.cpp (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
ObserverUnitTest.cpp (modified) (1 diff)
-
SingletonUnitTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/CacheableUnitTest.cpp
r115378 r9098f9 26 26 #include <boost/bind.hpp> 27 27 28 #include " Patterns/Cacheable.hpp"28 #include "Cacheable.hpp" 29 29 30 30 #ifdef HAVE_TESTRUNNER -
src/Patterns/unittests/Makefile.am
r115378 r9098f9 2 2 # Also indentation by a single tab 3 3 4 INCLUDES = -I$(top_srcdir)/src 4 INCLUDES = -I$(top_srcdir)/src/Patterns -I$(top_srcdir)/src/Helpers 5 5 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl -
src/Patterns/unittests/ObserverUnitTest.cpp
r115378 r9098f9 23 23 #include <set> 24 24 25 #include " Patterns/Observer.hpp"26 #include " Patterns/ObservedIterator.hpp"27 #include " Helpers/Assert.hpp"25 #include "Observer.hpp" 26 #include "ObservedIterator.hpp" 27 #include "Assert.hpp" 28 28 29 29 #include <iostream> -
src/Patterns/unittests/SingletonUnitTest.cpp
r115378 r9098f9 25 25 #include <iostream> 26 26 27 #include " Patterns/Singleton.hpp"28 #include " Patterns/Singleton_impl.hpp"27 #include "Singleton.hpp" 28 #include "Singleton_impl.hpp" 29 29 30 30 #ifdef HAVE_TESTRUNNER
Note:
See TracChangeset
for help on using the changeset viewer.
