aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testsuite.sh
Commit message (Collapse)AuthorAgeFilesLines
* Constants in vpi (#1297)Ben Reynwar2020-05-101-1/+28
| | | | | | | | | | | | | | | | | * Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK
* Actions: add workflow 'push' (#1016)1138-4EB2019-11-211-8/+45
| | | | | | | | | | | | | | * use CC=clang to build C sources on macOS * actions: ensure that shared libs are in the PATH on windows * ci: add GitHub Actions 'push' workflow * ci: fix group labels * dist: add GRAY to ansi_color * ci: use same scripts for GHA and Travis
* update testsuite (#928)1138-4EB2019-09-181-32/+159
| | | | | | * update testsuite/testsuite.sh * deprecate dist/travis/test.sh, use testsuite/testsuite.sh instead
* Run sanity checks.Tristan Gingold2018-12-181-3/+13
|
* travis: add gpl packagingTristan Gingold2017-08-271-2/+0
|
* travis-ci: move tests driver to buildtest.sh, clean cache before setting it.Tristan Gingold2017-08-181-17/+8
|
* vests: use ghdl --find-top instead of get_entities.Tristan Gingold2017-07-051-2/+5
| | | | Move log redirection to upper testsuite.sh
* testsuite.sh: add --nolog option.Tristan Gingold2017-03-141-6/+23
|
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-40/+20
| | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh
* testsuite: fix permission, build get_entities.Tristan Gingold2014-01-011-0/+1
|
* Changes in the vests testsuite.Tristan Gingold2013-12-201-1/+14
| | | | | Some tests were 'fixed', some disabled. Need a second analysis.
* Add initial testsuite, using regression tests from bugs or supportTristan Gingold2013-12-181-0/+49
reported on gna.org