mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 02:41:58 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
18 lines
479 B
Makefile
18 lines
479 B
Makefile
ATF_TESTS_C+= in_cksum_test
|
|
SRCS.in_cksum_test= in_cksum_test.c ../utils.c
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_PYTEST+= test_ping.py
|
|
ATF_TESTS_SH+= ping_test
|
|
# Exclusive because each injection test case uses the same IP addresses
|
|
TEST_METADATA.ping_test+= is_exclusive="true"
|
|
|
|
${PACKAGE}FILES+= ping_c1_s56_t1.out
|
|
${PACKAGE}FILES+= ping_6_c1_s8_t1.out
|
|
${PACKAGE}FILES+= ping_c1_s56_t1_S127.out
|
|
${PACKAGE}FILES+= ping_c1_s8_t1_S1.out
|
|
${PACKAGE}FILES+= injection.py
|
|
|
|
.include <bsd.test.mk>
|