1 2 3 4 5 6 7 8 9 10 11
#! /bin/sh . ../../testenv.sh analyze test.vhdl analyze_failure --std=93 test.vhdl analyze --std=93 -frelaxed-rules test.vhdl clean echo "Test successful"