diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 13:48:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 13:48:32 +0100 |
| commit | 9b9a5b20b95f82b7adf5698fcc12915acf6f7b92 (patch) | |
| tree | 7e12e749bcc3e20272dcb51ba01b253ef74bf614 /src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json | |
| parent | dbef952cc98178434d8707496cd1f52fcdf9833d (diff) | |
[CHORE] Patching unit tests for Linkers on Linux.compiler_kit-source-tweaks
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json')
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json index 1692e51..b1ee0d7 100644 --- a/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json +++ b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json @@ -11,11 +11,10 @@ "sources_path": [ "DynamicLinker64+PEF.test.cpp" ], - "output_name": "LinkerTest.o", + "output_name": "LinkerTest+PEF.o", "compiler_flags": [ "-fPIC", - "-lgtest", - "-lCompilerKit" + "-lgtest" ], "cpp_macros": [ "__NECTAR__=202505", |
