aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1326
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/testenv.sh: Add ghw_dump functionTristan Gingold2021-04-271-1/+1
| | | | Also define ghw_dump to have only one function that calls GHWDUMP.
* ci: set and use GHWDUMP envvarumarcor2021-04-231-1/+1
| | | | | | Since the tests are executed without installing the package, the ones that depend on ghwdump do fail on AppVeyor. Use envvar GHWDUMP in testenv for optionally specifying the location.
* Makefile: add and use all.ghw, install.ghw and uninstall.ghw targetsumarcor2021-04-231-9/+6
|
* Skip some test if gcc is not installedLukas Vik2020-11-211-3/+6
|
* ghwdump should handle zero-length signals (#1327)Ben Reynwar2020-05-202-0/+35
* Adding a test for issue #1326 to check that ghwdump doesn't crash with a zero-length signal. * Remove an assertion from ghwlib that prevents zero-length signals.