增加了测试用例,优化了示例的Makefile

This commit is contained in:
2023-11-25 23:02:11 +08:00
parent c1c3864c0f
commit efeed1c18c
4 changed files with 62 additions and 4 deletions

View File

@@ -1,10 +1,7 @@
# This variable should contain a space separated list of all
# the directories containing buildable applications (usually
# prefixed with the app_ prefix)
BUILD_SUBDIRS = ./app_rgb_cycle_breathing_example \
./app_hsv_cycle_example \
./app_test_cycleHSV_with_vol_level_example \
./app_test_fill_gradient_with_groups \
BUILD_SUBDIRS := $(wildcard ./app_*)
# This variable should contain a space separated list of all
# the directories containing buildable plugins (usually