Re-enable check-logprof in profiles 'make check' target

aa-logprof is able to parse all profiles, so there is no longer a
reason to skip this test.

This patch reverts r2097 and r2098 from 2013-01-02.


Acked-by: Kshitij Gupta <kgupta8592@gmail.com>
Acked-by: John Johansen <john.johansen@canonical.com>
(and now that the tests work even if logprof.conf doesn't exist,
Steve's NACK is no longer valid)
This commit is contained in:
Christian Boltz 2015-10-20 23:42:41 +02:00
parent 274a98d8aa
commit 756d622db3

View file

@ -78,11 +78,8 @@ endif
IGNORE_FILES=${EXTRAS_SOURCE}/README
CHECK_PROFILES=$(filter-out ${IGNORE_FILES} ${SUBDIRS}, $(wildcard ${PROFILES_SOURCE}/*) $(wildcard ${EXTRAS_SOURCE}/*))
# check-logprof is disabled here because it has not kept up with
# advances in the apparmor policy language. Re-enable when it is
# updated.
.PHONY: check
check: check-parser
check: check-parser check-logprof
.PHONY: check-parser
check-parser: local