Skip to content
Snippets Groups Projects
Commit 1bef44e5 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[nix] make wp-qualif actually using the cache (gloups)

parent 5d6133bf
No related branches found
No related tags found
No related merge requests found
......@@ -170,9 +170,9 @@ rec {
mkdir home
HOME=$(pwd)/home
why3 config --full-config
FRAMAC_WP_CACHE=replay
FRAMAC_WP_CACHEDIR=${plugins.wp-cache.src};
make src/plugins/wp/tests/test_config_qualif
export FRAMAC_WP_CACHE=replay
export FRAMAC_WP_CACHEDIR=${plugins.wp-cache.src}
bin/ptests.opt -error-code -config qualif src/plugins/wp/tests
'';
installPhase = ''
......
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