Added BAlert tests to Interface Kit tests.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11149 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#include <TestSuiteAddon.h>
|
#include <TestSuiteAddon.h>
|
||||||
|
|
||||||
// ##### Include headers for your tests here #####
|
// ##### Include headers for your tests here #####
|
||||||
|
#include "balert/AlertTest.h"
|
||||||
#include "bbitmap/BitmapTest.h"
|
#include "bbitmap/BitmapTest.h"
|
||||||
#include "bdeskbar/DeskbarTest.h"
|
#include "bdeskbar/DeskbarTest.h"
|
||||||
#include "bpolygon/PolygonTest.h"
|
#include "bpolygon/PolygonTest.h"
|
||||||
@@ -16,6 +17,7 @@ getTestSuite()
|
|||||||
BTestSuite *suite = new BTestSuite("Interface");
|
BTestSuite *suite = new BTestSuite("Interface");
|
||||||
|
|
||||||
// ##### Add test suites here #####
|
// ##### Add test suites here #####
|
||||||
|
suite->addTest("BAlert", AlertTest::Suite());
|
||||||
suite->addTest("BBitmap", BitmapTestSuite());
|
suite->addTest("BBitmap", BitmapTestSuite());
|
||||||
suite->addTest("BDeskbar", DeskbarTestSuite());
|
suite->addTest("BDeskbar", DeskbarTestSuite());
|
||||||
suite->addTest("BPolygon", PolygonTestSuite());
|
suite->addTest("BPolygon", PolygonTestSuite());
|
||||||
|
|||||||
Reference in New Issue
Block a user