aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
...
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-292-5/+7
|
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-282-9/+67
|\
| * merge testsuite/python into testsuite/pyunitumarcor2020-12-287-56/+82
| |
* | Allow execution of tests within testsuite.Patrick Lehmann2020-12-284-6/+14
| |
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-282-56/+24
|\ \
| * | merge testsuite/python into testsuite/pyunitumarcor2020-12-287-56/+81
| |/
* | Removed outdated files.Patrick Lehmann2020-12-286-189/+21
| |
* | Added a test for Architectures.Patrick Lehmann2020-12-281-1/+7
| |
* | Added testsuites so all Python unit tests can be run with a single command.Patrick Lehmann2020-12-283-0/+32
|/
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-282-8/+22
|
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-282-0/+0
|
* Merge sub tests into one test due to test case ordering and possible ↵Patrick Lehmann2020-12-282-25/+9
| | | | parallel execution.
* Translatest `python/units01` test to a unit test in Python.Patrick Lehmann2020-12-282-8/+95
|
* Added requirements for Python test.Patrick Lehmann2020-12-282-0/+5
|
* Added structure for unit tests for Python code.Patrick Lehmann2020-12-272-0/+44
|
* testsuite/python: adjust tests for previous commit. For #1551Tristan Gingold2020-12-262-3/+4
|
* testsuite/python/units01: install error handlerTristan Gingold2020-12-262-0/+7
|
* testsuite/synth: add tests for #1540Tristan Gingold2020-12-203-0/+38
|
* testsuite/synth: add tests for #1537Tristan Gingold2020-12-143-0/+37
|
* testsuite/synth: adjust harness for #1534Tristan Gingold2020-12-131-1/+3
|
* testsuite/synth: add a test for #1536Tristan Gingold2020-12-133-0/+39
|
* testsuite/synth: more tests for #1534Tristan Gingold2020-12-133-0/+41
|
* testsuite/synth: add test for #1534Tristan Gingold2020-12-132-0/+22
|
* testsuite/synth: add a test for previous commitTristan Gingold2020-12-123-0/+85
|
* testsuite/synth: add a test for previous commitTristan Gingold2020-12-125-0/+112
|
* testsuite/gna: add a test for #1528Tristan Gingold2020-12-088-0/+226
|
* testsuite/synth: add a testcase for #1531Tristan Gingold2020-12-065-0/+94
|
* synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}Xiretza2020-12-044-0/+104
|
* testsuite/synth: add a test for #1520Tristan Gingold2020-12-033-0/+149
|
* testsuite/gna: add a testcase for #1517Tristan Gingold2020-11-212-0/+18
|
* Skip some test if gcc is not installedLukas Vik2020-11-2113-21/+35
|
* Add test for vpi_get_vlog_info()Marlon James2020-11-193-0/+111
|
* testsuite/synth: add a test for #1509Tristan Gingold2020-11-163-0/+43
|
* testsuite/gna: add a test for previous commitTristan Gingold2020-11-042-0/+23
|
* testsuite/synth: add testcase for #1503Tristan Gingold2020-11-012-0/+29
|
* testsuite/gna: add testcase for #1500Tristan Gingold2020-10-292-0/+35
|
* testsuite/gna: add a test for #1490Tristan Gingold2020-10-102-0/+16
|
* testsuite/gna: add a test for previous commitTristan Gingold2020-10-092-0/+14
|
* testsuite/synth: add a test for previous commit.Tristan Gingold2020-10-075-0/+62
|
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-10-072-0/+10
|
* testsuite/gna: add a test for previous commit.Tristan Gingold2020-10-072-0/+8
|
* testsuite/gna: add a test for #1473Tristan Gingold2020-09-292-0/+27
|
* testsuite/synth: add a test for #1481Tristan Gingold2020-09-282-0/+21
|
* testsuite/gna: add a test for #1480Tristan Gingold2020-09-283-0/+26
|
* testsuite/synth: adjust harness for #1475Tristan Gingold2020-09-281-1/+1
|
* testsuite/synth: add a case for #1475Tristan Gingold2020-09-264-0/+48
|
* testsuite/gna: add a test for #1469Tristan Gingold2020-09-213-0/+44
|
* testsuite: print help after the versionumarcor2020-09-201-2/+7
|
* testsuite/synth: Add a test. Close #1460Tristan Gingold2020-09-202-0/+28
|
* testsuite/synth: add tests for find_leftmost/find_rightmost.Tristan Gingold2020-09-1912-0/+241
| | | | For #1460