Added PNGTranslator tests
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,7 @@ SubDir OBOS_TOP src tests add-ons translators ;
|
|||||||
|
|
||||||
# Let Jam know where to find some of our source files
|
# Let Jam know where to find some of our source files
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmptranslator ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) bmptranslator ] ;
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) pngtranslator ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) stxttranslator ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) stxttranslator ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) tgatranslator ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) tgatranslator ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) tifftranslator ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) tifftranslator ] ;
|
||||||
@@ -9,6 +10,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) tifftranslator ] ;
|
|||||||
CommonTestLib libtranslatorstest.so
|
CommonTestLib libtranslatorstest.so
|
||||||
: TranslatorTestAddOn.cpp
|
: TranslatorTestAddOn.cpp
|
||||||
BMPTranslatorTest.cpp
|
BMPTranslatorTest.cpp
|
||||||
|
PNGTranslatorTest.cpp
|
||||||
STXTTranslatorTest.cpp
|
STXTTranslatorTest.cpp
|
||||||
TGATranslatorTest.cpp
|
TGATranslatorTest.cpp
|
||||||
TIFFTranslatorTest.cpp
|
TIFFTranslatorTest.cpp
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
// ##### Include headers for your tests here #####
|
// ##### Include headers for your tests here #####
|
||||||
#include "bmptranslator/BMPTranslatorTest.h"
|
#include "bmptranslator/BMPTranslatorTest.h"
|
||||||
|
#include "pngtranslator/PNGTranslatorTest.h"
|
||||||
#include "stxttranslator/STXTTranslatorTest.h"
|
#include "stxttranslator/STXTTranslatorTest.h"
|
||||||
#include "tgatranslator/TGATranslatorTest.h"
|
#include "tgatranslator/TGATranslatorTest.h"
|
||||||
#include "tifftranslator/TIFFTranslatorTest.h"
|
#include "tifftranslator/TIFFTranslatorTest.h"
|
||||||
@@ -18,6 +19,7 @@ getTestSuite()
|
|||||||
|
|
||||||
// ##### Add test suites here #####
|
// ##### Add test suites here #####
|
||||||
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
|
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
|
||||||
|
suite->addTest("PNGTranslator", PNGTranslatorTest::Suite());
|
||||||
suite->addTest("STXTTranslator", STXTTranslatorTest::Suite());
|
suite->addTest("STXTTranslator", STXTTranslatorTest::Suite());
|
||||||
suite->addTest("TGATranslator", TGATranslatorTest::Suite());
|
suite->addTest("TGATranslator", TGATranslatorTest::Suite());
|
||||||
suite->addTest("TIFFTranslator", TIFFTranslatorTest::Suite());
|
suite->addTest("TIFFTranslator", TIFFTranslatorTest::Suite());
|
||||||
|
|||||||
Reference in New Issue
Block a user