From 518a6da50bfb86e938b2bbf850e3740fa824e832 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Tue, 8 Oct 2024 19:07:32 +0200 Subject: IMP: Working on TOML support for the build system. Signed-off-by: Amlal EL Mahrouss --- tests/example.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'tests/example.json') diff --git a/tests/example.json b/tests/example.json index 32b21dc..805e5c1 100644 --- a/tests/example.json +++ b/tests/example.json @@ -1,10 +1,18 @@ { "compiler_path": "g++", "compiler_std": "c++20", - "headers_path": ["inc"], - "sources_path": ["example.cxx"], + "headers_path": [ + "inc" + ], + "sources_path": [ + "example.cxx" + ], "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 -- cgit v1.2.3