feat(aa): add function to resolve include preamble.
This commit is contained in:
parent
04a91bbd9b
commit
dc0e0084a0
6 changed files with 191 additions and 36 deletions
2
tests/testdata/tunables/dir.d/aliases
vendored
Normal file
2
tests/testdata/tunables/dir.d/aliases
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
alias /usr/ -> /User/,
|
||||
alias /lib/ -> /Libraries/,
|
||||
2
tests/testdata/tunables/dir.d/vars
vendored
Normal file
2
tests/testdata/tunables/dir.d/vars
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# variable declarations for inclusion
|
||||
@{FOO} = /foo /bar /baz /biff /lib /tmp
|
||||
3
tests/testdata/tunables/global
vendored
Normal file
3
tests/testdata/tunables/global
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
include <tunables/dir.d>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue