Skip to content
Snippets Groups Projects
Commit d2f574d3 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] update cpp-command test

parent 93b31968
No related branches found
No related tags found
No related merge requests found
/* run.config* /* run.config*
FILTER: sed 's|/tmp/[^ ]*\.i|/tmp/FILE.i|g' FILTER: sed 's|/tmp/[^ ]*\.i|/tmp/FILE.i|g'
OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo ['%1' '%1' '%i' '%input'] ['%2' '%2' '%o' '%output'] ['%args']" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo [\$(basename '%1') \$(basename '%1') \$(basename '%i') \$(basename '%input')] ['%2' '%2' '%o' '%output'] ['%args']"
OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %%1 = '%1' %%2 = '%2' %%args = '%args'" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %%1 = \$(basename '%1') %%2 = '%2' %%args = '%args'"
OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "printf "%s" 'using \\% has no effect : \%input'" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "printf \"%s\" \"using \\% has no effect : \$(basename \"\%input\")\""
OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %var is not an interpreted placeholder" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %var is not an interpreted placeholder"
*/ */
\ No newline at end of file
[kernel] Parsing tests/syntax/cpp-command.c (with preprocessing) [kernel] Parsing tests/syntax/cpp-command.c (with preprocessing)
[tests/syntax/cpp-command.c tests/syntax/cpp-command.c tests/syntax/cpp-command.c tests/syntax/cpp-command.c] [/tmp/FILE.i /tmp/FILE.i /tmp/FILE.i /tmp/FILE.i] [ -I./share/libc -D__FRAMAC__ -D__FC_MACHDEP_X86_32 -dD -nostdinc -m32] [cpp-command.c cpp-command.c cpp-command.c cpp-command.c] [/tmp/FILE.i /tmp/FILE.i /tmp/FILE.i /tmp/FILE.i] [ -I./share/libc -D__FRAMAC__ -D__FC_MACHDEP_X86_32 -dD -nostdinc -m32]
[kernel] Parsing tests/syntax/cpp-command.c (with preprocessing) [kernel] Parsing tests/syntax/cpp-command.c (with preprocessing)
%1 = tests/syntax/cpp-command.c %2 = /tmp/FILE.i %args = -I./share/libc -D__FRAMAC__ -D__FC_MACHDEP_X86_32 -dD -nostdinc -m32 %1 = cpp-command.c %2 = /tmp/FILE.i %args = -I./share/libc -D__FRAMAC__ -D__FC_MACHDEP_X86_32 -dD -nostdinc -m32
[kernel] Parsing tests/syntax/cpp-command.c (with preprocessing) [kernel] Parsing tests/syntax/cpp-command.c (with preprocessing)
using \% has no effect : \tests/syntax/cpp-command.c using \% has no effect : cpp-command.c'
\ No newline at end of file \ No newline at end of file
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