Added BNodeInfo and BAppFileInfo tests to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1e715a58c4
commit
d1bafb18f2
@ -4,6 +4,7 @@ UsePrivateHeaders storage ;
|
||||
|
||||
CommonTestLib libstoragetest.so
|
||||
: StorageKitTestAddon.cpp
|
||||
AppFileInfoTest.cpp
|
||||
BasicTest.cpp
|
||||
DirectoryTest.cpp
|
||||
EntryTest.cpp
|
||||
@ -11,6 +12,7 @@ CommonTestLib libstoragetest.so
|
||||
FileTest.cpp
|
||||
MimeSnifferTest.cpp
|
||||
MimeTypeTest.cpp
|
||||
NodeInfoTest.cpp
|
||||
NodeTest.cpp
|
||||
PathTest.cpp
|
||||
QueryTest.cpp
|
||||
|
@ -2,12 +2,14 @@
|
||||
#include <TestSuiteAddon.h>
|
||||
|
||||
// ##### Include headers for your tests here #####
|
||||
#include "AppFileInfoTest.h"
|
||||
#include "DirectoryTest.h"
|
||||
#include "EntryTest.h"
|
||||
#include "FileTest.h"
|
||||
#include "FindDirectoryTest.h"
|
||||
#include "MimeSnifferTest.h"
|
||||
#include "MimeTypeTest.h"
|
||||
#include "NodeInfoTest.h"
|
||||
#include "NodeTest.h"
|
||||
#include "PathTest.h"
|
||||
#include "QueryTest.h"
|
||||
@ -19,11 +21,13 @@ BTestSuite* getTestSuite() {
|
||||
BTestSuite *suite = new BTestSuite("Storage");
|
||||
|
||||
// ##### Add test suites here #####
|
||||
suite->addTest("BAppFileInfo", AppFileInfoTest::Suite());
|
||||
suite->addTest("BDirectory", DirectoryTest::Suite());
|
||||
suite->addTest("BEntry", EntryTest::Suite());
|
||||
suite->addTest("BFile", FileTest::Suite());
|
||||
suite->addTest("BMimeType", MimeTypeTest::Suite());
|
||||
suite->addTest("BNode", NodeTest::Suite());
|
||||
suite->addTest("BNodeInfo", NodeInfoTest::Suite());
|
||||
suite->addTest("BPath", PathTest::Suite());
|
||||
suite->addTest("BQuery", QueryTest::Suite());
|
||||
suite->addTest("BResources", ResourcesTest::Suite());
|
||||
|
Loading…
Reference in New Issue
Block a user