From 01ab6b5aebee1126626cf5226d930dcd5a8675d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 19 Dec 2019 15:09:46 +0100 Subject: [PATCH] [build] Fix test.elf build --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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