mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 01:11:00 +01:00

- adds a distinct includes/ subdirectory, populated with a couple of files that test profiles can include. We purposefully choose to use a different directory structure than the shipped profile set so that changes to it will not break our tests. - modifies the existing test profiles to take advantage of the includes/ directory. - modifies tst/Makefile with pushd/popd to get around some pwd limitations in the parser (that need to be fixed).
9 lines
211 B
Text
9 lines
211 B
Text
#
|
|
#=DESCRIPTION includes testing - basic include of global and local include
|
|
#=EXRESULT PASS
|
|
#
|
|
/does/not/exist {
|
|
#include <includes/base>
|
|
#include <includes_okay_helper.include>
|
|
#include <includes/base>
|
|
}
|