upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-18 19:20:35 +0530
committerYour Name <you@example.com>2026-05-18 19:20:35 +0530
commitc8c68dcc0dc4b897519105faec64994e820af0c2 (patch)
tree56fab9d5d576efaf80045b228b1d292a66049ab9 /tests/unit
parentf6369f5b87f5dab17a03315d82454fdcdd668ec9 (diff)
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)
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/Makefile3
1 files changed, 3 insertions, 0 deletions
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
14 -DECMULT_WINDOW_SIZE=8 -DECMULT_GEN_PREC_BITS=4 \ 14 -DECMULT_WINDOW_SIZE=8 -DECMULT_GEN_PREC_BITS=4 \
15 -include stubs/esp_err.h \ 15 -include stubs/esp_err.h \
16 -I stubs \ 16 -I stubs \
17 -I $(REPO_ROOT)/components/tollgate_core/include \
18 -I $(REPO_ROOT)/components/tollgate_core/src \
19 -I $(REPO_ROOT)/main \
17 -I $(SECP256K1_INC) \ 20 -I $(SECP256K1_INC) \
18 -I $(SECP256K1_CFG) \ 21 -I $(SECP256K1_CFG) \
19 -I /usr/include/cjson 22 -I /usr/include/cjson