From 26813ffe1f94b9915ba0ef2e1b57731c37cc7a1f Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 13 Jul 2024 22:38:38 +0200 Subject: [IMP] btb and new revision of zpt-core library. Signed-off-by: Amlal --- tests/example.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/example.json (limited to 'tests/example.json') 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" +} -- cgit v1.2.3