From 3401b538ed6e84e9a83b792604022056b277c003 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Mon, 15 Jul 2002 06:51:17 +0000 Subject: [PATCH] Added TestSuite git-svn-id: file:///srv/svn/repos/haiku/trunk/current@234 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/cppunit/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/cppunit/Jamfile b/src/tools/cppunit/Jamfile index e1bdad7e62..ea59209c8d 100644 --- a/src/tools/cppunit/Jamfile +++ b/src/tools/cppunit/Jamfile @@ -18,6 +18,7 @@ CppUnitLibrary TestCase.cpp TestListener.cpp TestShell.cpp + TestSuite.cpp ThreadedTestCase.cpp cppunit/Asserter.cpp cppunit/CompilerOutputter.cpp