diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-12-26 05:41:43 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-12-26 05:41:43 +0100 |
commit | d2a787b2b64396dc270ae0f7a03b446efd4f9c4a (patch) | |
tree | c7005c2818c91aa42a466a8dc0f7ad721bfc6fc2 /testsuite/gna/bug0108/testsuite.sh | |
parent | 70fb5528acbd954697a81ebf56078d91bf99be28 (diff) | |
download | ghdl-d2a787b2b64396dc270ae0f7a03b446efd4f9c4a.tar.gz ghdl-d2a787b2b64396dc270ae0f7a03b446efd4f9c4a.tar.bz2 ghdl-d2a787b2b64396dc270ae0f7a03b446efd4f9c4a.zip |
testsuite: add a test for previous change
Diffstat (limited to 'testsuite/gna/bug0108/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug0108/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug0108/testsuite.sh b/testsuite/gna/bug0108/testsuite.sh new file mode 100755 index 000000000..90109549a --- /dev/null +++ b/testsuite/gna/bug0108/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze pkg.vhdl +analyze ent.vhdl + +clean + +echo "Test successful" |