summaryrefslogtreecommitdiffhomepage
path: root/tests/example.toml
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.toml
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.toml')
-rw-r--r--tests/example.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/example.toml b/tests/example.toml
deleted file mode 100644
index 1efa156..0000000
--- a/tests/example.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[CPlusPlus]
-cxx_compiler = "g++"
-cxx_output_name = "example.elf"
-cxx_source_files = ["*.cxx"]
-cxx_include_directories = ["inc", "vendor"]
-cxx_compiler_flags = ["-std=c++20"]
-cxx_linker_flags = ["-lstdc++"]