DEBSOURCES
Skip Quicknav
sources / cvc5 / 1.3.2-1 / debian / tests / print-version
12345678
#!/bin/sh set -e # This basically just checks whether the cvc5 executable is installed # properly and executable. cvc5 --version > /dev/null