Skip to content

profiles: Update 'make check' to select tools based on USE_SYSTEM

John Johansen requested to merge jjohansen/apparmor:fix-makecheck into master

The profiles dirs make check is not always using the correct tools. Update it to be similar to other Makefiles where the var USE_SYSTEM

make check USE_SYSTEM=1

is used to indicated that the system installed tools should be used and

make check

is used to run the tests against the in tree tools

Signed-off-by: John Johansen john.johansen@canonical.com

Merge request reports