summaryrefslogtreecommitdiff
path: root/test/other_tools/just_mr
AgeCommit message (Collapse)Author
2025-03-10rc merging: invocation log is merged locallyKlaus Aehlig
2024-11-14tests: Implement IWYU suggestionsMaksim Denisov
2024-09-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
... while keeping our .clang-format file.
2024-08-21tests: use newly defined test suiteKlaus Aehlig
... so that linting information gets propagated properly.
2024-04-08test: Add missing includes and fix depsPaul Cristian Sarbu
2024-03-08mirrors: Add test for SortByHostnameOliver Reiche
2024-01-30Add library for overlaying just-mr rcsKlaus Aehlig
2023-03-21Move end-to-end tests to a common placeKlaus Aehlig
While for unit tests it is best practice to replicate the layout of the source tree, for end-to-end tests, this is less so. This is particularly true, as the distinction between the tests for two tools is a bit blurry; some tests for just still use just-mr as a launcher, and, e.g., the fetch test for just-mr uses just to carry out the garbage collection. Therefore, move all end-to-end tests together so that we also have a joinded target for precisely the end-to-end tests. In this reorganisation also indicate more explicitly which tests are also available for the bootstrap multi-repo tool. That information was so far hidden by the fact that in the other directory the tool dependency would not dispatch on TEST_BOOTSTRAP_JUST_MR.
2023-03-20just-mr: add test for command verbosityKlaus Aehlig
2023-03-15add missing ldflags -pthread and use -pthread consistentlyAlberto Sartori
2023-03-08test: Add test for just-mr git tree repository typePaul Cristian Sarbu
2023-02-22cleanup: Fix typos in code line comments and logging messagesPaul Cristian Sarbu
2023-02-17structure cleanup: move libarchive utilities to other_tools...Paul Cristian Sarbu
...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards.
2022-12-21Test: Add basic test for just-mrPaul Cristian Sarbu