Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | Add end-to-end test verifying restricted console logging | Klaus Aehlig | |
2024-04-05 | Add test verifying origin reporting in case of conflicts | Klaus Aehlig | |
2024-03-28 | Add a test verifying the reproducibility of the archive | Klaus Aehlig | |
2024-02-13 | Add test that also for trees in the git cas we can follow paths | Klaus 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-02-05 | end-to-end tests: inherit path | Klaus T. Aehlig | |
... for test actions, by setting an appropriate local launcher. In this way, the tests can also be run on systems where sh does not pull in enough paths to have all the "usual" tools available. | |||
2024-01-24 | Add a test verifying that just-mr reports the correct tool names | Klaus Aehlig | |
... regardless of the names chosen during packaging. | |||
2023-12-14 | just analyse: support dumping the provides map of a target | Klaus Aehlig | |
2023-12-12 | Tests: Verify copy overwrite of symlink with file | Oliver Reiche | |
2023-11-13 | test: Verify unlink of symlinks | Oliver Reiche | |
2023-08-11 | Add basic end-to-end test for build -P | Klaus Aehlig | |
... also verifying that we can look into tree outputs | |||
2023-08-08 | Add a test verifying the overwrite property of install and install-cas | Klaus 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-05 | Add a test verifying that no working directory is needed | Klaus Aehlig | |
2023-05-24 | Split off tests into a separate logical repository | Klaus 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-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-08-19 | main: honor configuration for target_file name | Klaus Aehlig | |
... also when determining default module or target. |