From c8c68dcc0dc4b897519105faec64994e820af0c2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 May 2026 19:20:35 +0530 Subject: fix: build-verify tollgate_core component extraction - Remove display/cvm/font deps from CMakeLists (not yet merged branches) - Add tollgate_platform.h include to session header - Add tollgate_core_session_set_platform declaration - Remove duplicate tollgate_core_dns_stop wrapper (dns module has own impl) - Update captive_portal.c to use tollgate_core_* API - Remove display/cvm calls from tollgate_main.c - Add tollgate_get_platform declaration to config.h - Fix nucula wallet.hpp submodule (save_proofs visibility) - Add tollgate_core include paths to test Makefile - Build passes, all unit tests pass (61/61) --- tests/unit/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 7ebc3b2..ebf8d0f 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -14,6 +14,9 @@ CFLAGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-sign-com -DECMULT_WINDOW_SIZE=8 -DECMULT_GEN_PREC_BITS=4 \ -include stubs/esp_err.h \ -I stubs \ + -I $(REPO_ROOT)/components/tollgate_core/include \ + -I $(REPO_ROOT)/components/tollgate_core/src \ + -I $(REPO_ROOT)/main \ -I $(SECP256K1_INC) \ -I $(SECP256K1_CFG) \ -I /usr/include/cjson -- cgit v1.2.3