DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / issue2123 / testsuite.sh
1234567891011
#! /bin/sh . ../../testenv.sh synth --out=verilog bug.vhdl -e > syn_bug.v if grep abs syn_bug.v; then exit 1 fi echo "Test successful"