DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / null01 / testsuite.sh
12345678910111213
#! /bin/sh . ../../testenv.sh GHDL_STD_FLAGS=--std=08 for t in null01 null02; do synth_analyze $t done clean echo "Test successful"