mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Add tests to cover "add", "change" and "delete" functionality of /sbin/route for ipv4 and ipv6. These tests for the existing route tool are the first step towards creating libroute. Submitted by: Ahsan Barkati Sponsored by: Google, Inc. (GSoC 2020) Reviewed by: kp, thj Approved by: bz (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D25220
11 lines
118 B
Makefile
11 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= \
|
|
basic
|
|
|
|
${PACKAGE}FILES+= \
|
|
utils.subr
|
|
|
|
.include <bsd.test.mk>
|