Add farbrausch images to testsuite.
This commit is contained in:
parent
19477d60c0
commit
953a63d7b5
@ -90,6 +90,21 @@ static const char * s_epicImageSet[] = {
|
|||||||
"Text.png",
|
"Text.png",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Farbrausch
|
||||||
|
static const char * s_farbrauschImageSet[] = {
|
||||||
|
"t.2d.pn02.bmp",
|
||||||
|
"t.aircondition.01.bmp",
|
||||||
|
"t.bricks.02.bmp",
|
||||||
|
"t.bricks.05.bmp",
|
||||||
|
"t.concrete.cracked.01.bmp",
|
||||||
|
"t.envi.colored02.bmp",
|
||||||
|
"t.envi.colored03.bmp",
|
||||||
|
"t.font.01.bmp",
|
||||||
|
"t.sewers.01.bmp",
|
||||||
|
"t.train.03.bmp",
|
||||||
|
"t.yello.01.bmp",
|
||||||
|
};
|
||||||
|
|
||||||
struct ImageSet
|
struct ImageSet
|
||||||
{
|
{
|
||||||
const char ** fileNames;
|
const char ** fileNames;
|
||||||
@ -100,6 +115,7 @@ static ImageSet s_imageSets[] = {
|
|||||||
{s_kodakImageSet, sizeof(s_kodakImageSet)/sizeof(s_kodakImageSet[0])},
|
{s_kodakImageSet, sizeof(s_kodakImageSet)/sizeof(s_kodakImageSet[0])},
|
||||||
{s_waterlooImageSet, sizeof(s_waterlooImageSet)/sizeof(s_waterlooImageSet[0])},
|
{s_waterlooImageSet, sizeof(s_waterlooImageSet)/sizeof(s_waterlooImageSet[0])},
|
||||||
{s_epicImageSet, sizeof(s_epicImageSet)/sizeof(s_epicImageSet[0])},
|
{s_epicImageSet, sizeof(s_epicImageSet)/sizeof(s_epicImageSet[0])},
|
||||||
|
{s_farbrauschImageSet, sizeof(s_farbrauschImageSet)/sizeof(s_farbrauschImageSet[0])},
|
||||||
};
|
};
|
||||||
const int s_imageSetCount = sizeof(s_imageSets)/sizeof(s_imageSets[0]);
|
const int s_imageSetCount = sizeof(s_imageSets)/sizeof(s_imageSets[0]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user