summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b4d0365ac4..eaaf9162bc 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -182,9 +182,13 @@ remote_control.c
182#endif 182#endif
183 183
184#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 184#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
185#ifdef HAVE_ADJUSTABLE_CPU_FREQ
185test_boost.c 186test_boost.c
187#endif
186test_codec.c 188test_codec.c
189#ifdef HAVE_JPEG
187test_core_jpeg.c 190test_core_jpeg.c
191#endif
188test_disk.c 192test_disk.c
189test_fps.c 193test_fps.c
190test_gfx.c 194test_gfx.c
@@ -194,7 +198,9 @@ test_greylib_bitmap_scale.c
194#endif 198#endif
195test_mem.c 199test_mem.c
196test_mem_jpeg.c 200test_mem_jpeg.c
201#ifdef HAVE_LCD_COLOR
197test_resize.c 202test_resize.c
203#endif
198test_sampr.c 204test_sampr.c
199test_scanrate.c 205test_scanrate.c
200#ifdef HAVE_TOUCHSCREEN 206#ifdef HAVE_TOUCHSCREEN