mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
8a2187136f
commit
f462c1b109
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue