mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Mostly white space, style, and luacheck compliance. Signed-off-by: Jose Luis Duran <jlduran@gmail.com>
13 lines
287 B
Makefile
13 lines
287 B
Makefile
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= nuage utils nuageinit
|
|
|
|
${PACKAGE}FILES+= addgroup.lua
|
|
${PACKAGE}FILES+= addsshkey.lua
|
|
${PACKAGE}FILES+= adduser.lua
|
|
${PACKAGE}FILES+= dirname.lua
|
|
${PACKAGE}FILES+= err.lua
|
|
${PACKAGE}FILES+= sethostname.lua
|
|
${PACKAGE}FILES+= warn.lua
|
|
|
|
.include <bsd.test.mk>
|