From e832976e0559e50b2e91a234812dadcf9ade191b Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Thu, 11 Jul 2002 03:39:36 +0000 Subject: [PATCH] Updated to match changes to src/tools/cppunit/ git-svn-id: file:///srv/svn/repos/haiku/trunk/current@79 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/cppunit/Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tools/cppunit/Jamfile b/src/tools/cppunit/Jamfile index 93a21595db..1cff567a62 100644 --- a/src/tools/cppunit/Jamfile +++ b/src/tools/cppunit/Jamfile @@ -14,11 +14,11 @@ rule CppUnitLibrary } CppUnitLibrary - CppUnitShell.cpp + SafetyLock.cpp TestCase.cpp - TestResult.cpp + TestListener.cpp TestShell.cpp - TestSuite.cpp + ThreadedTestCase.cpp cppunit/Asserter.cpp cppunit/CompilerOutputter.cpp cppunit/Exception.cpp