diff --git a/apps/Makefile b/apps/Makefile index ba2e1a396..c6b21fa79 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -92,6 +92,10 @@ $(call object_for,$(all_app_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.gene apps_tests_src = $(app_calculation_test_src) $(app_probability_test_src) $(app_regression_test_src) $(app_sequence_test_src) $(app_shared_test_src) $(app_statistics_test_src) $(app_solver_test_src) +apps_tests_src += $(addprefix apps/,\ + global_preferences.cpp \ +) + # Configure variants apps_all_src = $(app_src) apps_all_src += $(apps_launch_default_src) $(apps_launch_on_boarding_src