Skip to content
Snippets Groups Projects
Commit f19f6ed8 authored by atenart's avatar atenart Committed by jvoisin
Browse files

Rework the dependency checks to distinguish required/optional ones


Rework the dependencies definition to include a 'required' flags, which
is passed by the check_dependencies helper to the callers, so that they
can distinguish between required and optional dependencies.

This help in two ways:
- The unit test for the dependencies was now failing when an optional
  one was missing, due to a previous rework.
- Mat2's --check-dependencies was referring to "required dependencies"
  and was misleading for the user as some of them could be optional.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@ack.tf>
parent 51ab2db2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment