Skip to content
Snippets Groups Projects
Commit 710c8473 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[tests] avoid g++ in JCDBs, even if not used

parent 44fec1cc
No related branches found
No related tags found
No related merge requests found
[ [
{ "directory": ".", { "directory": ".",
"command": "g++ -DDUPLICATE_FLAGS_THAT_WILL_BE_OVERWRITTEN", "command": "gcc -DDUPLICATE_FLAGS_THAT_WILL_BE_OVERWRITTEN",
"file": "jcdb.c" "file": "jcdb.c"
}, },
{ "directory": ".", { "directory": ".",
"command": "g++ -DDUPLICATE_FLAGS_THAT_WILL_BE_OVERWRITTEN", "command": "gcc -DDUPLICATE_FLAGS_THAT_WILL_BE_OVERWRITTEN",
"file": "jcdb.c" "file": "jcdb.c"
}, },
{ {
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"file": "jcdb.c" "file": "jcdb.c"
}, },
{ "directory": ".", { "directory": ".",
"command": "/usr/bin/clang++ -D'MSG=\"a \\\" \\\"b\"' -D'SINGLE_DOUBLE(a)=\"a \\\"with spaces and tab \"' -DSOMEDEF=\"With spaces, quotes and \\-es.\" -D\"DOUBLE_SINGLE(a)=a \\\"macro with spaces and non-escaped \\\\'\\\"\" -DEMPTY='' -DEMPTY2= -DTEST=42 -D'MACRO_FOR_INCR(s)=s+1' -DTOUNDEF -UTOUNDEF", "command": "/usr/bin/clang -D'MSG=\"a \\\" \\\"b\"' -D'SINGLE_DOUBLE(a)=\"a \\\"with spaces and tab \"' -DSOMEDEF=\"With spaces, quotes and \\-es.\" -D\"DOUBLE_SINGLE(a)=a \\\"macro with spaces and non-escaped \\\\'\\\"\" -DEMPTY='' -DEMPTY2= -DTEST=42 -D'MACRO_FOR_INCR(s)=s+1' -DTOUNDEF -UTOUNDEF",
"file": "jcdb.c" "file": "jcdb.c"
} }
] ]
[ [
{ "directory": ".", { "directory": ".",
"command": "g++ -Isubdir2", "command": "gcc -Isubdir2",
"file": "subdir.c" "file": "subdir.c"
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment