summaryrefslogtreecommitdiff
path: root/test cases/unit/91 install skip subprojects
AgeCommit message (Collapse)Author
2025-08-11Condense test directory names.Jussi Pakkanen
2025-08-01Condense test directory names for 1.9.Jussi Pakkanen
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-01-09Condensed directory names for release.Jussi Pakkanen
2024-10-20Condense test directories.Jussi Pakkanen
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-03-28Condense test directories for rc1.Jussi Pakkanen
2022-10-25Condense test directory numbers.Jussi Pakkanen
2022-07-07Fix test case numbers.Jussi Pakkanen
2022-03-29Condense test directory names.Jussi Pakkanen
2021-04-26Condense test directory names.Jussi Pakkanen
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
By default all subprojects are installed. If --skip-subprojects is given with no value only the main project is installed. If --skip-subprojects is given with a value, it should be a coma separated list of subprojects to skip and all others will be installed. Fixes: #2550.