From e631e5c0ceda0301a49a879178ba93c5141dccff Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 19 Jul 2024 15:53:09 +0200 Subject: [IMP] many improvements and complete implementation of btb. Signed-off-by: Amlal --- tests/example.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/example.json') diff --git a/tests/example.json b/tests/example.json index 12dd2a5..6a14d63 100644 --- a/tests/example.json +++ b/tests/example.json @@ -1,6 +1,9 @@ { "compiler_path": "g++", "compiler_std": "c++20", + "headers_path": ["inc"], "sources_path": ["tests/example.cxx"], - "output_name": "example.elf" + "output_name": "example.elf", + "compiler_flags": ["-fPIC"], + "cpp_macros": ["FOO_MACRO"] } -- cgit v1.2.3