Skip to content
Snippets Groups Projects
default-config-tests.nix 219 B
{ mk_tests } :

mk_tests {
  tests-name = "default-config-tests";
  tests-command = ''
    dune exec -- frama-c-ptests -never-disabled tests src/plugins/*/tests
    dune build -j1 --display short @ptests_config
  '';
}