summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2010-05-24 23:13:17 +0000
committerJens Arnold <amiconn@rockbox.org>2010-05-24 23:13:17 +0000
commitdba636a0fa33e2463c8f8ac3daa0b21f2797188c (patch)
tree57d20d76f0ed51d1adcc98ad0bf1084932eb8dfa /apps/plugins/SOURCES
parent2aed6b0da8d610181d0bd061b4c03e5470eaddde (diff)
downloadrockbox-dba636a0fa33e2463c8f8ac3daa0b21f2797188c.tar.gz
rockbox-dba636a0fa33e2463c8f8ac3daa0b21f2797188c.zip
Test plugins: * test_sampr.c is swcodec only * Several plugins are bitmap only.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 6a126f3f14..dbb5843940 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -221,17 +221,23 @@ test_core_jpeg.c
221#endif 221#endif
222test_disk.c 222test_disk.c
223test_fps.c 223test_fps.c
224#ifdef HAVE_LCD_BITMAP
224test_gfx.c 225test_gfx.c
225#ifndef HAVE_LCD_COLOR 226#ifndef HAVE_LCD_COLOR
226test_grey.c 227test_grey.c
227test_greylib_bitmap_scale.c 228test_greylib_bitmap_scale.c
228#endif 229#endif
230#endif
229test_mem.c 231test_mem.c
232#ifdef HAVE_LCD_BITMAP
230test_mem_jpeg.c 233test_mem_jpeg.c
234#endif
231#ifdef HAVE_LCD_COLOR 235#ifdef HAVE_LCD_COLOR
232test_resize.c 236test_resize.c
233#endif 237#endif
238#if CONFIG_CODEC == SWCODEC
234test_sampr.c 239test_sampr.c
240#endif
235test_scanrate.c 241test_scanrate.c
236#ifdef HAVE_TOUCHSCREEN 242#ifdef HAVE_TOUCHSCREEN
237test_touchscreen.c 243test_touchscreen.c