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

Merge branch 'feature/ptests/using-dune-read-variable' into 'master'

[tests] access to the local cache wp

Closes #9

See merge request frama-c/meta!71
parents ea9f432c 9770f372
No related merge requests found
(rule
(target "path-to-wp-cache")
(action (run %{dep:./set-path-to-wp-cache.sh})))
#!/bin/sh
pwd -P | sed 's:\(.*\)/_build/[^/]*\(/.*$\):\1\2/wp-cache:' > path-to-wp-cache
echo "MetaACSL: using WP cache dir:"
cat path-to-wp-cache
# note: the file @WP_CACHE@ must contain an absolute path to the source
# worktree 'tests/wp-cache'. This is done in a rule of 'tests/dune' file.
MACRO: WP_CACHE ../../../tests/path-to-wp-cache
MACRO: META -meta
MACRO: WP -then-last -wp -wp-timeout 1 -wp-par 1 -wp-msg-key shell -wp-cache update -wp-session @PTEST_SUITE_DIR@/../wp-cache
MACRO: WP -then-last -wp -wp-timeout 1 -wp-par 1 -wp-msg-key shell -wp-cache update -wp-session=%{read:@WP_CACHE@}
MACRO: PRINT -then-last -print
MACRO: EVA_PLUGINS eva,scope,inout variadic
......
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