mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6 options, and the format of the address. Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) MFC after: Never Differential Revision: https://reviews.freebsd.org/D21377
12 lines
229 B
Makefile
12 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_C+= in_cksum_test
|
|
SRCS.in_cksum_test= in_cksum_test.c ../utils.c
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= ping_test
|
|
${PACKAGE}FILES+= ping_c1_s56_t1.out
|
|
${PACKAGE}FILES+= ping_6_c1_s8_t1.out
|
|
|
|
.include <bsd.test.mk>
|