* Fixed build; the width buffer test seems to be gone.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "bdeskbar/DeskbarTest.h"
|
||||
#include "bpolygon/PolygonTest.h"
|
||||
#include "bregion/RegionTest.h"
|
||||
#include "bwidthbuffer/WidthBufferTest.h"
|
||||
//#include "bwidthbuffer/WidthBufferTest.h"
|
||||
#include "GraphicsDefsTest.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ getTestSuite()
|
||||
suite->addTest("BDeskbar", DeskbarTestSuite());
|
||||
suite->addTest("BPolygon", PolygonTestSuite());
|
||||
suite->addTest("BRegion", RegionTestSuite());
|
||||
suite->addTest("_BWidthBuffer_", WidthBufferTestSuite());
|
||||
//suite->addTest("_BWidthBuffer_", WidthBufferTestSuite());
|
||||
suite->addTest("GraphicsDefs", GraphicsDefsTestSuite());
|
||||
|
||||
return suite;
|
||||
|
||||
Reference in New Issue
Block a user