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:
Matthew Wilber 2002-12-15 13:05:33 +00:00
parent ad5da074bb
commit b165e92c98
2 changed files with 0 additions and 26 deletions

View File

@ -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;
}

View File

@ -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
;