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:
parent
5da549240a
commit
ef831f3638
@ -11,6 +11,7 @@ CommonTestLib libstoragetest.so
|
||||
FileTest.cpp
|
||||
MimeTypeTest.cpp
|
||||
NodeTest.cpp
|
||||
ParserTest.cpp
|
||||
PathTest.cpp
|
||||
QueryTest.cpp
|
||||
ResourcesTest.cpp
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include "FindDirectoryTest.h"
|
||||
#include "MimeTypeTest.h"
|
||||
#include "NodeTest.h"
|
||||
#include "ParserTest.h"
|
||||
#include "PathTest.h"
|
||||
#include "QueryTest.h"
|
||||
#include "ResourcesTest.h"
|
||||
@ -29,6 +30,7 @@ BTestSuite* getTestSuite() {
|
||||
suite->addTest("BResourceStrings", ResourceStringsTest::Suite());
|
||||
suite->addTest("BSymLink", SymLinkTest::Suite());
|
||||
suite->addTest("FindDirectory", FindDirectoryTest::Suite());
|
||||
suite->addTest("SnifferParser", ParserTest::Suite());
|
||||
|
||||
return suite;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user