summaryrefslogtreecommitdiffhomepage
path: root/tests/example.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 12:46:15 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 12:46:15 +0200
commit40a11d15d51c0fdfb93003d97aae6fc0c4538890 (patch)
treedeb011bea80e7112eca854416aaf99cedc58ba79 /tests/example.json
parent904a70bf75ba9f5320cac611a2fab3f1fbd02425 (diff)
IMP: Improved ReadMe and support pwsh for run_after_build command.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'tests/example.json')
-rw-r--r--tests/example.json18
1 files changed, 0 insertions, 18 deletions
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