mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
Provide basic coverage for the existing options, nothing deeper (e.g., pipe closing behavior) is tested in this set. Reviewed by: allanjude Feedback from: des Sponsored by: Klara, Inc. (cherry picked from commit 296a5a4db1fc8203f5f6aa8f68321e6ab4652b56)
9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= lockf
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|