Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-05 | end-to-end tests: Fix small typos and inconsistencies | Paul Cristian Sarbu | |
2025-03-03 | Add regression test for just-import-git | Klaus Aehlig | |
... verifying that indiections are correctly taken into account. | |||
2025-01-09 | Test deduplication of "tree structure" roots | Maksim Denisov | |
2025-01-09 | Test import of "tree structure" roots | Maksim Denisov | |
2025-01-08 | Test deduplication of target repos in precomputed roots | Maksim Denisov | |
2024-12-10 | Add test for importing computed repositories | Paul Cristian Sarbu | |
2024-12-10 | test git-imports: Remove duplicate entry | Paul Cristian Sarbu | |
2024-10-08 | tests: use --dump-plain-graph to simplify equality check | Klaus Aehlig | |
2024-09-23 | Reorder dependencies and remove duplicates in OSS | Maksim Denisov | |
2024-08-21 | tests: use newly defined test suite | Klaus Aehlig | |
... so that linting information gets propagated properly. | |||
2024-06-03 | test: Use own installed just and just-mr targets... | Paul Cristian Sarbu | |
...which do not stage also the debug source and header files (while in debug mode), as this is unnecessary bloat in the tests. As the tool-under-test and mr-tool-under-test targets should be used instead of the regular install targets also in the various extra rules in end-to-end and utils, move their definition in the outmost test TARGETS file. | |||
2024-04-25 | Add test verifying pragma in git imports | Klaus Aehlig | |
... in particular that of the absent pragma which is addressed both, in imports as well as in deduplication. | |||
2024-02-27 | ["end-to-end/git-import", "annotations"]: propagate PATH | Klaus Aehlig | |
... to generic actions, in order to not rely on "standard paths" being pulled in. | |||
2024-02-21 | Add test verifying the annotations added by just-import-git | Klaus Aehlig | |
... i.e., the values for "mirror" and "inherit env" | |||
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. | |||
2023-09-01 | add basic test for deduplication | Klaus Aehlig | |
... verifying that deduplication does not modify the analysis result. | |||
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. | |||
2023-05-09 | end-to-end tests: be independent of the user's home directory | Klaus Aehlig | |
... and, in particular, do not read any rc files for just-mr the user might have. | |||
2023-01-10 | Add basic test for git-import | Klaus Aehlig | |