added TGATranslator test
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3265 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,12 +3,14 @@ SubDir OBOS_TOP src tests add-ons translators ;
|
||||
# Let Jam know where to find some of our source files
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmptranslator ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) stxttranslator ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) tgatranslator ] ;
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) tifftranslator ] ;
|
||||
|
||||
CommonTestLib libtranslatorstest.so
|
||||
: TranslatorTestAddOn.cpp
|
||||
BMPTranslatorTest.cpp
|
||||
STXTTranslatorTest.cpp
|
||||
TGATranslatorTest.cpp
|
||||
TIFFTranslatorTest.cpp
|
||||
: libtranslation.so be stdc++.r4
|
||||
: translation be stdc++.r4
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
// ##### Include headers for your tests here #####
|
||||
#include "bmptranslator/BMPTranslatorTest.h"
|
||||
#include "stxttranslator/STXTTranslatorTest.h"
|
||||
#include "tgatranslator/TGATranslatorTest.h"
|
||||
#include "tifftranslator/TIFFTranslatorTest.h"
|
||||
|
||||
// helper function used by multiple tests to
|
||||
@@ -53,6 +54,7 @@ getTestSuite()
|
||||
// ##### Add test suites here #####
|
||||
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
|
||||
suite->addTest("STXTTranslator", STXTTranslatorTest::Suite());
|
||||
suite->addTest("TGATranslator", TGATranslatorTest::Suite());
|
||||
suite->addTest("TIFFTranslator", TIFFTranslatorTest::Suite());
|
||||
|
||||
return suite;
|
||||
|
||||
Reference in New Issue
Block a user