mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
The function that sets test case metadata is actually named ${tc}_head
rather than ${tc}, so add the suffix.
While we're here, hook the tests up to the infrastructure so that they
do get run.
Sponsored by: Klara, Inc.
15 lines
209 B
Makefile
15 lines
209 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
CONFS= sysctl.conf
|
|
PROG= sysctl
|
|
WARNS?= 3
|
|
MAN= sysctl.8
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|