summaryrefslogtreecommitdiffhomepage
path: root/tests/example.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/example.json')
-rw-r--r--tests/example.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/example.json b/tests/example.json
new file mode 100644
index 0000000..12dd2a5
--- /dev/null
+++ b/tests/example.json
@@ -0,0 +1,6 @@
+{
+ "compiler_path": "g++",
+ "compiler_std": "c++20",
+ "sources_path": ["tests/example.cxx"],
+ "output_name": "example.elf"
+}