aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testenv.sh
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/synth: add a test for #2043Tristan Gingold2022-04-281-1/+1
|
* testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.Tristan Gingold2021-06-131-25/+39
| | | | Option --strip-trailing-cr is used only on windows.
* testenv.sh: allow additional package files for synth_tb. For #1675Tristan Gingold2021-05-211-3/+4
|
* testsuite/testenv.sh: Add ghw_dump functionTristan Gingold2021-04-271-1/+14
| | | | Also define ghw_dump to have only one function that calls GHWDUMP.
* testsuite/testenv: clarify when to use elab_simulateumarcor2021-04-231-4/+8
|
* 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.
* testsuite: add function 'ghw_diff' to testenvumarcor2021-04-231-0/+12
|
* Skip some test if gcc is not installedLukas Vik2020-11-211-0/+9
|
* testsuite: clean up flags.Tristan Gingold2020-07-281-10/+10
|
* testsuite: set assert level to error for synth_tb tests. Adjust.Tristan Gingold2020-05-211-1/+1
|
* testsuite/synth: add a test for #1313Tristan Gingold2020-05-161-0/+6
|
* Improve formatting of testenv.sh file. (#1301)m-kru2020-05-111-58/+58
| | | | Replace tabs with spaces. Unify indentation to 2 spaces.
* Document and use --vpi-library-dir-unix (#1279)umarcor2020-05-031-1/+1
| | | | | * testsuite: use '--vpi-library-dir-unix' in 'add_vpi_path' * doc: add '--vpi-library-dir-unix', remove redundant headers
* testsuite: add add_vpi_path utility.Tristan Gingold2020-04-241-0/+11
|
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-03-101-0/+10
|
* testsuite/synth: add test for #1155Tristan Gingold2020-03-071-0/+16
|
* testsuite/synth: add a test for #1153Tristan Gingold2020-03-071-0/+7
|
* testenv: also applies GHDL_FLAGS for synth.Tristan Gingold2019-08-141-1/+1
|
* synth: add test for previous commit.Tristan Gingold2019-08-141-1/+1
|
* testsuite/testenv.sh: define PYTHONTristan Gingold2019-08-141-0/+2
|
* testenv.sh: improve comment.Tristan Gingold2019-07-261-1/+1
|
* testsuite/synth/dff01: add testbenches.Tristan Gingold2019-06-291-1/+1
|
* Add testcase for #830; adjust harness.Tristan Gingold2019-06-041-2/+2
|
* testenv: add synth command.Tristan Gingold2019-04-161-0/+6
|
* travis-ci: don't disp gna logTristan Gingold2017-08-181-1/+0
|
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-1/+9
| | | | | | | 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: check feature before testing it.Tristan Gingold2016-02-091-0/+5
|
* Add testcase for ticket101.Tristan Gingold2015-12-211-2/+8
|
* testsuite: allow spaces in GHDL variable.Tristan Gingold2015-10-231-12/+12
|
* testsuite: run fst tests only if fst feature is present.Tristan Gingold2015-09-161-0/+6
|
* generic override: handle enumerated types.Tristan Gingold2015-03-141-1/+1
|
* vcd/fst: handle complex signals. Fix crash.Tristan Gingold2014-12-211-0/+5
|
* Add a test for vhdl08 overloading.Tristan Gingold2014-09-061-10/+12
|
* Testsuite changes to elaborate and run tests marked run_compliant_testBrian Drummond2013-12-241-0/+1
|
* Add initial testsuite, using regression tests from bugs or supportTristan Gingold2013-12-181-0/+116
reported on gna.org