From 40a11d15d51c0fdfb93003d97aae6fc0c4538890 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 9 Oct 2024 12:46:15 +0200 Subject: IMP: Improved ReadMe and support pwsh for run_after_build command. Signed-off-by: Amlal EL Mahrouss --- tests/example.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/example.json (limited to 'tests/example.json') diff --git a/tests/example.json b/tests/example.json deleted file mode 100644 index 805e5c1..0000000 --- a/tests/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 -- cgit v1.2.3