summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 88ddff5e29..b4d0365ac4 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -180,3 +180,25 @@ md5sum.c
180#ifdef USB_ENABLE_HID 180#ifdef USB_ENABLE_HID
181remote_control.c 181remote_control.c
182#endif 182#endif
183
184#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
185test_boost.c
186test_codec.c
187test_core_jpeg.c
188test_disk.c
189test_fps.c
190test_gfx.c
191#ifndef HAVE_LCD_COLOR
192test_grey.c
193test_greylib_bitmap_scale.c
194#endif
195test_mem.c
196test_mem_jpeg.c
197test_resize.c
198test_sampr.c
199test_scanrate.c
200#ifdef HAVE_TOUCHSCREEN
201test_touchscreen.c
202#endif
203test_viewports.c
204#endif