Adding BPropertyInfo tests to CVS
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@799 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d081dee68d
commit
25a9178631
@ -74,7 +74,10 @@ CommonTestLib libapptest.so
|
||||
TargetTester.cpp
|
||||
|
||||
# BPropertyInfo
|
||||
PropertyConstructionTest1.cpp
|
||||
PropertyTestcase.cpp
|
||||
PropertyConstructionTest.cpp
|
||||
PropertyFindMatchTest.cpp
|
||||
PropertyFlattenTest.cpp
|
||||
PropertyInfoTest.cpp
|
||||
|
||||
# BRoster
|
||||
|
@ -1,11 +1,15 @@
|
||||
#include "../common.h"
|
||||
#include "PropertyConstructionTest1.h"
|
||||
#include "PropertyConstructionTest.h"
|
||||
#include "PropertyFindMatchTest.h"
|
||||
#include "PropertyFlattenTest.h"
|
||||
|
||||
Test *PropertyInfoTestSuite()
|
||||
{
|
||||
TestSuite *testSuite = new TestSuite();
|
||||
|
||||
testSuite->addTest(PropertyConstructionTest1::suite());
|
||||
testSuite->addTest(PropertyConstructionTest::suite());
|
||||
testSuite->addTest(PropertyFindMatchTest::suite());
|
||||
testSuite->addTest(PropertyFlattenTest::suite());
|
||||
|
||||
return(testSuite);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user