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