Newer
Older
find tests/sat -name "*.smt2" | parallel "$@" --timeout 11 "./neno 1 echo {} \; bundle/colibri {}"
find tests/unsat -name "*.smt2" | parallel "$@" --timeout 11 "./neno 0 echo {} \; bundle/colibri {}"
find tests/unknown -name "*.smt2" | parallel "$@" --timeout 11 "./neno 2 echo {} \; bundle/colibri {}"