diff options
Diffstat (limited to 'tests/posix.json')
| -rw-r--r-- | tests/posix.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/posix.json b/tests/posix.json new file mode 100644 index 0000000..805e5c1 --- /dev/null +++ b/tests/posix.json @@ -0,0 +1,18 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": [ + "inc" + ], + "sources_path": [ + "example.cxx" + ], + "output_name": "example.elf", + "compiler_flags": [ + "-fPIC" + ], + "cpp_macros": [ + "FOO_MACRO" + ], + "run_after_build": true +}
\ No newline at end of file |
