diff options
author | Tristan Gingold | 2015-01-22 05:09:37 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-22 05:09:37 +0100 |
commit | e18db47d92bb735f782e4409abb77d7b9233672f (patch) | |
tree | c17431465d3840ce1d3bb0588987f8ca66a8de38 /testsuite/gna/bug09/testsuite.sh | |
parent | 34e81c81b0a32d0974617672f2087fceeaba80a0 (diff) | |
download | ghdl-e18db47d92bb735f782e4409abb77d7b9233672f.tar.gz ghdl-e18db47d92bb735f782e4409abb77d7b9233672f.tar.bz2 ghdl-e18db47d92bb735f782e4409abb77d7b9233672f.zip |
Add bug09 testcase on time<->univ_integer conversions.
Diffstat (limited to 'testsuite/gna/bug09/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug09/testsuite.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/gna/bug09/testsuite.sh b/testsuite/gna/bug09/testsuite.sh new file mode 100755 index 0000000..8d98967 --- /dev/null +++ b/testsuite/gna/bug09/testsuite.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze univ1.vhdl +elab_simulate_failure univ1 + +analyze univ2.vhdl +elab_simulate univ2 + +clean + +echo "Test successful" |