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
This commit is contained in:
Jens Arnold 2010-05-24 23:13:17 +00:00
parent 2aed6b0da8
commit dba636a0fa

View File

@ -221,17 +221,23 @@ test_core_jpeg.c
#endif
test_disk.c
test_fps.c
#ifdef HAVE_LCD_BITMAP
test_gfx.c
#ifndef HAVE_LCD_COLOR
test_grey.c
test_greylib_bitmap_scale.c
#endif
#endif
test_mem.c
#ifdef HAVE_LCD_BITMAP
test_mem_jpeg.c
#endif
#ifdef HAVE_LCD_COLOR
test_resize.c
#endif
#if CONFIG_CODEC == SWCODEC
test_sampr.c
#endif
test_scanrate.c
#ifdef HAVE_TOUCHSCREEN
test_touchscreen.c