summaryrefslogtreecommitdiffhomepage
path: root/tests/example.json
diff options
context:
space:
mode:
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"]
}