Skip to content
Snippets Groups Projects
Commit dcc42425 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

removing some @PTEST_RESULT@ & @PTEST_DIR@

parent b2b1f086
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ MACRO: RM_TMP_DIR rm -rf make-for-make-wrapper.parse make-for-make-wrapper.eva ...@@ -3,7 +3,7 @@ MACRO: RM_TMP_DIR rm -rf make-for-make-wrapper.parse make-for-make-wrapper.eva
NOFRAMAC: testing frama-c-script NOFRAMAC: testing frama-c-script
COMMENT: in case of errors, remove the 'grep' part to get the full output COMMENT: in case of errors, remove the 'grep' part to get the full output
PLUGIN: eva,from,inout,metrics,nonterm,report,scope,variadic PLUGIN: eva,from,inout,metrics,nonterm,report,scope,variadic
EXECNOW: LOG make-wrapper.res LOG make-wrapper.err (cd @PTEST_DIR@ && touch %{dep:make-wrapper2.c} && touch %{dep:make-wrapper3.c} && @RM_TMP_DIR@ && FRAMAC='%{bin:frama-c} @PTEST_DEFAULT_OPTIONS@ @PTEST_LOAD_OPTIONS@' PTESTS_TESTING=1 %{bin:frama-c-script} make-wrapper --make-dir . -f %{dep:make-for-make-wrapper.mk} | grep -A999999 "make-wrapper recommendations" && @RM_TMP_DIR@) > ./make-wrapper.res 2> ./make-wrapper.err EXECNOW: LOG make-wrapper.res LOG make-wrapper.err (cd ./ && touch %{dep:make-wrapper2.c} && touch %{dep:make-wrapper3.c} && @RM_TMP_DIR@ && FRAMAC='%{bin:frama-c} @PTEST_DEFAULT_OPTIONS@ @PTEST_LOAD_OPTIONS@' PTESTS_TESTING=1 %{bin:frama-c-script} make-wrapper --make-dir . -f %{dep:make-for-make-wrapper.mk} | grep -A999999 "make-wrapper recommendations" && @RM_TMP_DIR@) > ./make-wrapper.res 2> ./make-wrapper.err
*/ */
......
/* run.config /* run.config
DEPS: compile_commands.json DEPS: compile_commands.json
COMMENT: parsing option are defined in the default json file "compile_commands.json" COMMENT: parsing option are defined in the default json file "compile_commands.json"
OPT: -json-compilation-database @PTEST_DIR@ -print OPT: -json-compilation-database ./ -print
DEPS: DEPS:
OPT: %{dep:./jcdb2.c} -json-compilation-database %{dep:./with_arguments.json} -print OPT: %{dep:./jcdb2.c} -json-compilation-database %{dep:./with_arguments.json} -print
MODULE: @PTEST_NAME@ MODULE: @PTEST_NAME@
......
/* run.config /* run.config
OPT: -json-compilation-database %{dep:@PTEST_DIR@/no-stdio.json} -print OPT: -json-compilation-database %{dep:./no-stdio.json} -print
*/ */
// no-stdio.json must have "-includestdio.h" and define ZERO // no-stdio.json must have "-includestdio.h" and define ZERO
......
/* run.config /* run.config
PLUGIN: @EVA_PLUGINS@ PLUGIN: @EVA_PLUGINS@
EXECNOW: BIN audit.json cat %{dep:./audit-in.json} | sed -e 's:PTEST_DIR:@PTEST_DIR@:' > ./audit.json 2> @DEV_NULL@ EXECNOW: BIN audit.json cat %{dep:./audit-in.json} | sed -e 's:PTEST_DIR:.:' > ./audit.json 2> @DEV_NULL@
DEPS: audit_included.h, audit_included_but_not_listed.h DEPS: audit_included.h, audit_included_but_not_listed.h
LOG: audit-out.json LOG: audit-out.json
STDOPT: #"-audit-check %{dep:./audit.json} -audit-prepare ./audit-out.json -kernel-warn-key audit=active" STDOPT: #"-audit-check %{dep:./audit.json} -audit-prepare ./audit-out.json -kernel-warn-key audit=active"
......
/* run.config /* run.config
DEPS: merge_logic_globals.h DEPS: merge_logic_globals.h
OPT: -print %{dep:./merge_logic_globals_2.c} -cpp-extra-args="-I@PTEST_DIR@" OPT: -print %{dep:./merge_logic_globals_2.c} -cpp-extra-args="-I./"
*/ */
#include "merge_logic_globals.h" #include "merge_logic_globals.h"
......
/* run.config /* run.config
DEPS: anon_enum_libc.h DEPS: anon_enum_libc.h
OPT: -cpp-extra-args="-I @PTEST_DIR@" -ocode ./ocode_@PTEST_NUMBER@_@PTEST_NAME@.c -print -then -ocode="" ./ocode_@PTEST_NUMBER@_@PTEST_NAME@.c -print OPT: -cpp-extra-args="-I ./" -ocode ./ocode_@PTEST_NUMBER@_@PTEST_NAME@.c -print -then -ocode="" ./ocode_@PTEST_NUMBER@_@PTEST_NAME@.c -print
*/ */
struct { int x; float y; } s1; struct { int x; float y; } s1;
enum { BLA=4, BLI=12 }; enum { BLA=4, BLI=12 };
......
/* run.config /* run.config
DEPS: merge_union.h DEPS: merge_union.h
OPT: -cpp-extra-args="-I @PTEST_DIR@" %{dep:./@PTEST_NAME@_2.c} %{dep:./@PTEST_NAME@_3.c} -print OPT: -cpp-extra-args="-I ./" %{dep:./@PTEST_NAME@_2.c} %{dep:./@PTEST_NAME@_3.c} -print
OPT: -cpp-extra-args="-I @PTEST_DIR@" %{dep:./@PTEST_NAME@_2.c} %{dep:./@PTEST_NAME@_3.c} -print -kernel-warn-key="linker:drop-conflicting-unused=inactive" OPT: -cpp-extra-args="-I ./" %{dep:./@PTEST_NAME@_2.c} %{dep:./@PTEST_NAME@_3.c} -print -kernel-warn-key="linker:drop-conflicting-unused=inactive"
*/ */
#include "merge_union.h" #include "merge_union.h"
int f(un* u); int f(un* u);
/* run.config* /* run.config*
EXIT: 1 EXIT: 1
DEPS: merge_unused.h DEPS: merge_unused.h
OPT: -cpp-extra-args="-I@PTEST_DIR@" %{dep:./@PTEST_NAME@_2.c} -print OPT: -cpp-extra-args="-I./" %{dep:./@PTEST_NAME@_2.c} -print
*/ */
#pragma pack(1) #pragma pack(1)
......
/* run.config /* run.config
DEPS: static_formals.h DEPS: static_formals.h
STDOPT: +"%{dep:./static_formals_2.c}" +"-cpp-extra-args=\"-I @PTEST_DIR@\"" +"-kernel-msg-key printer:vid" STDOPT: +"%{dep:./static_formals_2.c}" +"-cpp-extra-args=\"-I ./\"" +"-kernel-msg-key printer:vid"
*/ */
#include "static_formals.h" #include "static_formals.h"
int g() { return f(4); } int g() { return f(4); }
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