build: add test build target.
This commit is contained in:
parent
b471f8359a
commit
d9ff4aecd7
4 changed files with 21 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ var (
|
|||
// Either or not RBAC is enabled
|
||||
RBAC = false
|
||||
|
||||
// Either or not we are in test mode
|
||||
Test = false
|
||||
|
||||
// Pkgname is the name of the package
|
||||
Pkgname = "apparmor.d"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue