Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Rename testsuite-XX units to match test name | Daan De Meyer | 2024-05-14 | 1 | -0/+2 |
| | | | | | | | Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself. | ||||
* | test: Rework integration test definitions | Daan De Meyer | 2024-05-14 | 1 | -0/+7 |
Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits. |