Skip to content
Snippets Groups Projects
wp-tests.nix 225 B
{ mk_tests } :

mk_tests {
  tests-name = "wp-tests";
  tests-command = ''
    dune exec -- frama-c-ptests src/plugins/wp/tests
    dune build -j1 --display short @src/plugins/wp/tests/ptests
  '';
  has-wp-proofs = true ;
}