aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Add formal tests (#57)T. Meissner2019-10-071-5/+22
| | | | | | | | | | | | | | | | | | * Add formal tests for shift operations * ci: build ghdl/synth:formal and run test suites in it * add testsuite/formal/testsuite.sh * create testsuite/issues * ci: remove a level of grouping * testenv: fix SYMBIYOSYS * refactor * testsuite/formal/shifts: Add check for shifts > vector length
* Run testsuite in Travis CI with docker images (#31)1138-4EB2019-08-161-0/+77
* makefile: use '--build' shortcut to build ghdl.so * move: rename subdir 'ghdl' to 'src' * travis: add travis config file, build script and utils script * testsuite: do not call ghdl explicitly * readme: update