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