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, 3 insertions, 2 deletions
diff --git a/tests/example.json b/tests/example.json
index 6a14d63..32b21dc 100644
--- a/tests/example.json
+++ b/tests/example.json
@@ -2,8 +2,9 @@
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": ["inc"],
- "sources_path": ["tests/example.cxx"],
+ "sources_path": ["example.cxx"],
"output_name": "example.elf",
"compiler_flags": ["-fPIC"],
- "cpp_macros": ["FOO_MACRO"]
+ "cpp_macros": ["FOO_MACRO"],
+ "run_after_build": true
}