summaryrefslogtreecommitdiff
path: root/test cases/common/98 subproject subdir/subprojects/sub_implicit
AgeCommit message (Collapse)Author
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens
This removes the warning when using default_options without fallback kwarg completely because a subproject does not know if the main project has an implicit fallback or not, so it could set default_options even if not fallback is available at all. Fixes: #9278
2021-04-26Condense test directory names.Jussi Pakkanen