moved this functionality into the translators folder (one level up)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
#include <TestSuite.h>
|
|
||||||
#include <TestSuiteAddon.h>
|
|
||||||
|
|
||||||
// ##### Include headers for your tests here #####
|
|
||||||
#include "BMPTranslatorTest.h"
|
|
||||||
|
|
||||||
BTestSuite *
|
|
||||||
getTestSuite()
|
|
||||||
{
|
|
||||||
BTestSuite *suite = new BTestSuite("Translators");
|
|
||||||
|
|
||||||
// ##### Add test suites here #####
|
|
||||||
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
|
|
||||||
|
|
||||||
return suite;
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons translators bmptranslator ;
|
|
||||||
|
|
||||||
CommonTestLib libtranslatorstest.so
|
|
||||||
: BMPTranslatorTestAddOn.cpp
|
|
||||||
BMPTranslatorTest.cpp
|
|
||||||
: libtranslation.so be stdc++.r4
|
|
||||||
: translation be stdc++.r4
|
|
||||||
:
|
|
||||||
: translation
|
|
||||||
;
|
|
||||||
Reference in New Issue
Block a user