diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 13:36:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 13:38:50 +0100 |
| commit | dbef952cc98178434d8707496cd1f52fcdf9833d (patch) | |
| tree | 90748883057be98865c02db3f189bc97a08f5f37 /src/CompilerKit/test | |
| parent | 7c7671047a8f43166922491d942067a4ae0f53f6 (diff) | |
[CHORE] Source code tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/test')
| -rw-r--r-- | src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cpp (renamed from src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cc) | 0 | ||||
| -rw-r--r-- | src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cpp (renamed from src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cc) | 0 | ||||
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json | 2 | ||||
| -rw-r--r-- | src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cc b/src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cpp index f73d6fd..f73d6fd 100644 --- a/src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cc +++ b/src/CompilerKit/test/Linkers/DynamicLinker64+MachO.test.cpp diff --git a/src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cc b/src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cpp index 6c4d061..6c4d061 100644 --- a/src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cc +++ b/src/CompilerKit/test/Linkers/DynamicLinker64+PEF.test.cpp diff --git a/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json b/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json index 0f197d1..9c8578e 100644 --- a/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json +++ b/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json @@ -9,7 +9,7 @@ "/usr/include/" ], "sources_path": [ - "DynamicLinker64+MachO.test.cc" + "DynamicLinker64+MachO.test.cpp" ], "output_name": "LinkerTest.o", "compiler_flags": [ 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..1692e51 100644 --- a/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json +++ b/src/CompilerKit/test/Linkers/ck-linker-test-pef-posix.json @@ -9,7 +9,7 @@ "/usr/include/" ], "sources_path": [ - "DynamicLinker64+PEF64.test.cc" + "DynamicLinker64+PEF.test.cpp" ], "output_name": "LinkerTest.o", "compiler_flags": [ |
