yosys/tests/functional/run-test.sh

7 lines
180 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
source ../common-env.sh
2025-11-30 01:08:42 +01:00
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pytest -v -m "not smt and not rkt" "$SCRIPT_DIR" "$@"