mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
Add a test with recursive include in preamble
This commit is contained in:
10
parser/tst/simple_tests/include_tests/recursive_3.sd
Normal file
10
parser/tst/simple_tests/include_tests/recursive_3.sd
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#
|
||||||
|
#=DESCRIPTION includes testing - recursive include should not fail
|
||||||
|
#=EXRESULT PASS
|
||||||
|
#
|
||||||
|
|
||||||
|
#include <includes/recursive.preamble>
|
||||||
|
|
||||||
|
/does/not/exist {
|
||||||
|
/foo r,
|
||||||
|
}
|
4
parser/tst/simple_tests/includes/recursive.preamble
Normal file
4
parser/tst/simple_tests/includes/recursive.preamble
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
# helper for include_tests/recursive_3.sd
|
||||||
|
|
||||||
|
#include <includes/recursive.preamble>
|
Reference in New Issue
Block a user