Updated to include MIME Sniffer Parser tests
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@478 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,7 @@ CommonTestLib libstoragetest.so
|
|||||||
FileTest.cpp
|
FileTest.cpp
|
||||||
MimeTypeTest.cpp
|
MimeTypeTest.cpp
|
||||||
NodeTest.cpp
|
NodeTest.cpp
|
||||||
|
ParserTest.cpp
|
||||||
PathTest.cpp
|
PathTest.cpp
|
||||||
QueryTest.cpp
|
QueryTest.cpp
|
||||||
ResourcesTest.cpp
|
ResourcesTest.cpp
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "FindDirectoryTest.h"
|
#include "FindDirectoryTest.h"
|
||||||
#include "MimeTypeTest.h"
|
#include "MimeTypeTest.h"
|
||||||
#include "NodeTest.h"
|
#include "NodeTest.h"
|
||||||
|
#include "ParserTest.h"
|
||||||
#include "PathTest.h"
|
#include "PathTest.h"
|
||||||
#include "QueryTest.h"
|
#include "QueryTest.h"
|
||||||
#include "ResourcesTest.h"
|
#include "ResourcesTest.h"
|
||||||
@@ -29,6 +30,7 @@ BTestSuite* getTestSuite() {
|
|||||||
suite->addTest("BResourceStrings", ResourceStringsTest::Suite());
|
suite->addTest("BResourceStrings", ResourceStringsTest::Suite());
|
||||||
suite->addTest("BSymLink", SymLinkTest::Suite());
|
suite->addTest("BSymLink", SymLinkTest::Suite());
|
||||||
suite->addTest("FindDirectory", FindDirectoryTest::Suite());
|
suite->addTest("FindDirectory", FindDirectoryTest::Suite());
|
||||||
|
suite->addTest("SnifferParser", ParserTest::Suite());
|
||||||
|
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user