summaryrefslogtreecommitdiffhomepage
path: root/tests/example.json
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-19 15:53:09 +0200
committerAmlal <amlal@zka.com>2024-07-19 15:53:09 +0200
commite631e5c0ceda0301a49a879178ba93c5141dccff (patch)
tree2fff4b551db117da01f0e74044f99c6c30e79301 /tests/example.json
parent1aa25fbdb92ed6d24be1433f004ddba9bd6f1c3d (diff)
[IMP] many improvements and complete implementation of btb.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests/example.json')
-rw-r--r--tests/example.json5
1 files changed, 4 insertions, 1 deletions
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"]
}