summaryrefslogtreecommitdiff
path: root/test/end-to-end/cli/TARGETS
AgeCommit message (Collapse)Author
2024-04-10Add end-to-end test verifying restricted console loggingKlaus Aehlig
2024-04-05Add test verifying origin reporting in case of conflictsKlaus Aehlig
2024-03-28Add a test verifying the reproducibility of the archiveKlaus Aehlig
2024-02-13Add test that also for trees in the git cas we can follow pathsKlaus Aehlig
For a user `just install-cas` will show an entry without revealing where it found it---as it is content-addressable, it does not matter. Therefore, verify that accessing paths of a tree object also works regardless of where the tree is stored.
2024-01-24Add a test verifying that just-mr reports the correct tool namesKlaus Aehlig
... regardless of the names chosen during packaging.
2023-12-14just analyse: support dumping the provides map of a targetKlaus Aehlig
2023-08-11Add basic end-to-end test for build -PKlaus Aehlig
... also verifying that we can look into tree outputs
2023-08-08Add a test verifying the overwrite property of install and install-casKlaus Aehlig
Verify that install and install-cas do not overwrite and instead replace existing files. This behaviour is less surprising for the user in the presence of hard links.
2023-06-05Add a test verifying that no working directory is neededKlaus Aehlig
2023-05-24Split off tests into a separate logical repositoryKlaus Aehlig
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing.
2022-08-19main: honor configuration for target_file nameKlaus Aehlig
... also when determining default module or target.