summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/test/Linkers/ck-linker-test-posix.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompilerKit/test/Linkers/ck-linker-test-posix.json')
-rw-r--r--src/CompilerKit/test/Linkers/ck-linker-test-posix.json26
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
+}
+