Added support for asserting debugger() calls. The macro CPPUNIT_ASSERT_DEBUGGER shall be used in that case.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-11-10 00:45:18 +00:00
parent d55fa82ca2
commit 257e63ba7f
3 changed files with 243 additions and 19 deletions
+3
View File
@@ -1,5 +1,7 @@
SubDir OBOS_TOP src tools cppunit ;
UseHeaders [ FDirName $(OBOS_TOP) headers tools elfsymbolpatcher ] ;
rule CppUnitLibrary
{
# CppUnitLibrary <sources> ;
@@ -49,4 +51,5 @@ CppUnitLibrary
LinkSharedOSLibs libcppunit.so :
stdc++.r4
/boot/develop/lib/x86/libbe.so
libelfsymbolpatcher.a
;