aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1913/testsuite.sh
blob: d5f79ff23eaaaf318530a2db48cddaa8a6ecc48e (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze i2c_tb.vhdl
elab_simulate_failure i2c_tb -gg_log_file=log.txt

clean

echo "Test successful"