Skip to content
Snippets Groups Projects
dune 456 B
Newer Older
(include dune.inc)

(rule
 (alias runtest)
 (deps
  (glob_files *.cnf)
  (glob_files *.smt2))
 (action
  (with-stdout-to
   dune.inc
   (run
    %{exe:../../../generate_tests/generate_dune_tests.exe}
    --options
    "no-wegraph no-res-ext no-res-aup"
    "no-wegraph no-res-aup"
    "no-wegraph"
    "no-res-ext no-res-aup"
    "no-res-aup"
 (mode promote))