summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-09-20 16:03:13 +0200
committerAmlal <amlal@zka.com>2024-09-20 16:03:13 +0200
commitd70fc2f8547b3b5af352ee1d5dab2f5122215215 (patch)
tree5485951e60c94f628811a16697999f049c566e23 /tests
parente59596db6f3e92098fdc0c3715f0a41cd10a0333 (diff)
Add TOML header file, add example TOML file.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/example.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/example.toml b/tests/example.toml
new file mode 100644
index 0000000..bc7e047
--- /dev/null
+++ b/tests/example.toml
@@ -0,0 +1,4 @@
+[Linker]
+output_name = "example.elf"
+[Sources]
+source_file = ["*.cxx"]