some test plugins have dependencies

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-12 11:09:07 +00:00
parent 8a2187136f
commit f462c1b109

View file

@ -182,9 +182,13 @@ remote_control.c
#endif #endif
#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
test_boost.c test_boost.c
#endif
test_codec.c test_codec.c
#ifdef HAVE_JPEG
test_core_jpeg.c test_core_jpeg.c
#endif
test_disk.c test_disk.c
test_fps.c test_fps.c
test_gfx.c test_gfx.c
@ -194,7 +198,9 @@ test_greylib_bitmap_scale.c
#endif #endif
test_mem.c test_mem.c
test_mem_jpeg.c test_mem_jpeg.c
#ifdef HAVE_LCD_COLOR
test_resize.c test_resize.c
#endif
test_sampr.c test_sampr.c
test_scanrate.c test_scanrate.c
#ifdef HAVE_TOUCHSCREEN #ifdef HAVE_TOUCHSCREEN