diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-01-15 21:40:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-01-15 21:40:02 +0100 |
commit | ad9f8a90147873e1086ae2a3cb42308681155264 (patch) | |
tree | 492441b188c10c27a69ec83e69166cfd84238f87 /testsuite | |
parent | 0cbe5130ba04826f5e7685198bea3a28e94fe6cd (diff) | |
download | ghdl-ad9f8a90147873e1086ae2a3cb42308681155264.tar.gz ghdl-ad9f8a90147873e1086ae2a3cb42308681155264.tar.bz2 ghdl-ad9f8a90147873e1086ae2a3cb42308681155264.zip |
Add comments in testsuite/gna/testsuite.sh.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/gna/testsuite.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/testsuite.sh b/testsuite/gna/testsuite.sh index acc895aa1..48a322f1b 100755 --- a/testsuite/gna/testsuite.sh +++ b/testsuite/gna/testsuite.sh @@ -3,6 +3,10 @@ # Driver for the GNA testsuite. # Each test correspond to one report, and is put in one directory (using # the support/bug number) +# +# bugXXX is for bugs reported on https://gna.org/bugs/?group=ghdl +# srXXX is for support reported on https://gna.org/support/?group=ghdl +# debXX is for bugs report on http://bugs.debian.org/ set -e |