diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-01 08:19:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-01 08:19:57 +0100 |
| commit | 61b7c0ed371bd294aaa2b5e2c46fd2c9b10e7bdc (patch) | |
| tree | 918ebe8a4d8d69360d42e88caaf4a0e45398f2dc /src/CompilerKit/test/Linkers/ck-linker-test-posix.json | |
| parent | 2888dd5ffad440accf9bb9fc3895eccd430249ed (diff) | |
feat: CompilerKit: Add unit tests alongside integration tests.v0.1.1-develop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/test/Linkers/ck-linker-test-posix.json')
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-posix.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/CompilerKit/test/Linkers/ck-linker-test-posix.json b/src/CompilerKit/test/Linkers/ck-linker-test-posix.json new file mode 100644 index 0000000..754367b --- /dev/null +++ b/src/CompilerKit/test/Linkers/ck-linker-test-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": [ + "DynamicLinker+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 +} + |
