mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
ping: add missing test files to Makefile
Should fix ATF tests after5af718a592. (cherry picked from commita30eee517d)
This commit is contained in:
parent
e23a0f521f
commit
a1cd2f5d83
1 changed files with 2 additions and 0 deletions
|
|
@ -8,5 +8,7 @@ PACKAGE= tests
|
|||
ATF_TESTS_SH+= ping_test
|
||||
${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
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue