summaryrefslogtreecommitdiffstats
path: root/test/TEST-23-UNIT-FILE (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Rename testsuite-XX units to match test nameDaan De Meyer2024-05-1429-0/+245
| | | | | | | 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 definitionsDaan De Meyer2024-05-141-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.
* test: merge unit file related tests into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-092-0/+11
Rename TEST-23-TYPE-EXEC to TEST-23-UNIT-FILE and merge it with following tests: - TEST-37-RUNTIMEDIRECTORYPRESERV - TEST-40-EXEC-COMMAND-EX - TEST-41-ONESHOT-RESTART - TEST-42-EXECSTOPPOST - TEST-57-ONSUCCESS-UPHOLD