Changeset 93abe8 for src/unittests
- Timestamp:
- Apr 2, 2011, 12:11:44 AM (15 years ago)
- Children:
- 8e24ef
- Parents:
- 6b898c
- git-author:
- Frederik Heber <heber@…> (03/14/11 17:54:03)
- git-committer:
- Frederik Heber <heber@…> (04/02/11 00:11:44)
- Location:
- src/unittests
- Files:
-
- 2 added
- 2 edited
-
ChronosUnitTest.cpp (added)
-
ChronosUnitTest.hpp (added)
-
InfoUnitTest.cpp (modified) (1 diff)
-
Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/InfoUnitTest.cpp
r6b898c r93abe8 59 59 class Info test(msg); 60 60 61 CPPUNIT_ASSERT_EQUAL( msg, test.FunctionName );61 CPPUNIT_ASSERT_EQUAL( std::string(msg) , test.FunctionName ); 62 62 CPPUNIT_ASSERT_EQUAL( 1, test.verbosity ); 63 63 }; -
src/unittests/Makefile.am
r6b898c r93abe8 13 13 TESTS = \ 14 14 AssertUnitTest \ 15 ChronosUnitTest \ 15 16 InfoUnitTest \ 16 17 IteratorAdaptorsUnitTest \ … … 47 48 $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.cpp \ 48 49 AssertUnitTest.cpp \ 50 ChronosUnitTest.cpp \ 49 51 InfoUnitTest.cpp \ 50 52 LogUnitTest.cpp \ … … 80 82 $(top_srcdir)/src/Patterns/unittests/stubs/RegistryStub.hpp \ 81 83 AssertUnitTest.hpp \ 84 ChronosUnitTest.hpp \ 82 85 InfoUnitTest.hpp \ 83 86 LogUnitTest.hpp \ … … 89 92 AssertUnitTest.hpp 90 93 AssertUnitTest_LDADD = ${TESTLIBS} 94 95 ChronosUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 96 ChronosUnitTest.cpp \ 97 ChronosUnitTest.hpp 98 ChronosUnitTest_LDADD = ${TESTLIBS} 91 99 92 100 InfoUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.
