summaryrefslogtreecommitdiff
path: root/src/tests/evas
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-03-09 12:03:51 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-03-09 15:25:35 +0100
commit2d0d2802bfaba6a98caa31537daf528449f1091a (patch)
tree89343928c92580927fabb710d8160925647ee8a0 /src/tests/evas
parent312dd58889376d3f2a95b42f2d00e8e004ee85bb (diff)
downloadefl-2d0d2802bfaba6a98caa31537daf528449f1091a.tar.gz
tests evas: enable xpm image loader in tests
Added in 2014 and not enabled since then. This seems to be fixed now so we can finally enable it.
Diffstat (limited to 'src/tests/evas')
-rw-r--r--src/tests/evas/evas_test_image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/evas/evas_test_image.c b/src/tests/evas/evas_test_image.c
index dc17da75ab..aa7debbfa9 100644
--- a/src/tests/evas/evas_test_image.c
+++ b/src/tests/evas/evas_test_image.c
@@ -22,12 +22,9 @@ static const char *exts[] = {
#ifdef BUILD_LOADER_WBMP
,"wbmp"
#endif
- // FIXME: Seems like XPM support is currently broken
-#if 0
#ifdef BUILD_LOADER_XPM
,"xpm"
#endif
-#endif
#ifdef BUILD_LOADER_BMP
,"bmp"
#endif