diff options
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 | 7 |
1 files changed, 3 insertions, 4 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 97e8604..b1ee0d7 100644 --- a/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json +++ b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json @@ -9,13 +9,12 @@ "/usr/include/" ], "sources_path": [ - "DynamicLinker64+PEF64.test.cc" + "DynamicLinker64+PEF.test.cpp" ], - "output_name": "LinkerTest.o", + "output_name": "LinkerTest+PEF.o", "compiler_flags": [ "-fPIC", - "-lgtest", - "-lCompilerKit" + "-lgtest" ], "cpp_macros": [ "__NECTAR__=202505", |
