summaryrefslogtreecommitdiffhomepage
path: root/tests/win64.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-28 05:03:12 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-28 05:03:12 +0100
commit004bc5ccdf1a8499e2c937dcc687843cea89160d (patch)
tree2a3ba3f41e3cdead9ef5e5c33f88ef5dc3e58ecd /tests/win64.json
parent842bc7b58dca972a560a8ab056d7bc35ea3b5567 (diff)
examples: move example files from tests/ to examples/example_01/
Relocate the generic C++ example and its build configs into a dedicated examples/example_01/ directory to better separate tests from usage samples. No content changes were made; files were renamed only. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tests/win64.json')
-rw-r--r--tests/win64.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/win64.json b/tests/win64.json
deleted file mode 100644
index 1712d8b..0000000
--- a/tests/win64.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++",
- "compiler_std": "c++20",
- "headers_path": ["lib"],
- "sources_path": ["example.cc"],
- "output_name": "example.elf",
- "compiler_flags": ["-fPIC"],
- "cpp_macros": ["FOO_MACRO"],
- "run_after_build": true
-}