diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-21 23:27:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-21 23:27:23 +0100 |
| commit | 9ee6ece95bc126cb48bb1ede0d37ccbbefc0295d (patch) | |
| tree | 1617da79d97c0c8d465d5d633919dc432a9ee7d5 /src/CompilerKit/test | |
| parent | 6c2b1b2f83c492db1e38879719502668276442f6 (diff) | |
chore: update Nectar testing infra.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/test')
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json (renamed from src/CompilerKit/test/Linkers/ck-linker-test-posix.json) | 1 | ||||
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json | 26 |
2 files changed, 26 insertions, 1 deletions
diff --git a/src/CompilerKit/test/Linkers/ck-linker-test-posix.json b/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json index bebd381..0f197d1 100644 --- a/src/CompilerKit/test/Linkers/ck-linker-test-posix.json +++ b/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json @@ -9,7 +9,6 @@ "/usr/include/" ], "sources_path": [ - "DynamicLinker64+PEF64.test.cc", "DynamicLinker64+MachO.test.cc" ], "output_name": "LinkerTest.o", diff --git a/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json new file mode 100644 index 0000000..97e8604 --- /dev/null +++ b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json @@ -0,0 +1,26 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "../../../../include/CompilerKit", + "../../../../include/", + "../../../../include/CompilerKit/src/", + "../../../../include/CompilerKit/src/impl", + "/usr/include/" + ], + "sources_path": [ + "DynamicLinker64+PEF64.test.cc" + ], + "output_name": "LinkerTest.o", + "compiler_flags": [ + "-fPIC", + "-lgtest", + "-lCompilerKit" + ], + "cpp_macros": [ + "__NECTAR__=202505", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ], + "run_after_build": true +} + |
