diff options
| author | Amlal <amlal@zka.com> | 2024-10-22 21:15:15 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-10-22 21:15:15 +0200 |
| commit | b2c3e134b968e75faf6db29536755f0304c63b64 (patch) | |
| tree | e9efcea7f066f97867c26e3274e456af86be77b1 /tests | |
| parent | 37be901c97e89f6ebb24e87933ddf57cd57371d5 (diff) | |
IMP: Refactor: Rename inc/ folder to BTBKit/
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/posix.json | 2 | ||||
| -rw-r--r-- | tests/win64.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/posix.json b/tests/posix.json index 944b320..90a94a1 100644 --- a/tests/posix.json +++ b/tests/posix.json @@ -1,7 +1,7 @@ { "compiler_path": "g++", "compiler_std": "c++20", - "headers_path": ["inc"], + "headers_path": ["BTBKit"], "sources_path": ["example.cc"], "output_name": "example.elf", "compiler_flags": ["-fPIC"], diff --git a/tests/win64.json b/tests/win64.json index cba2af7..718c9c5 100644 --- a/tests/win64.json +++ b/tests/win64.json @@ -1,7 +1,7 @@ { "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", - "headers_path": ["inc"], + "headers_path": ["BTBKit"], "sources_path": ["example.cc"], "output_name": "example.elf", "compiler_flags": ["-fPIC"], |
