summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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