git: a30eee517dfd - main - ping: add missing test files to Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 May 2022 03:14:33 UTC
The branch main has been updated by karels:
URL: https://cgit.FreeBSD.org/src/commit/?id=a30eee517dfd238b1988ae2f0279f579abe81c95
commit a30eee517dfd238b1988ae2f0279f579abe81c95
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2022-05-21 03:13:02 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2022-05-21 03:13:02 +0000
ping: add missing test files to Makefile
Should fix ATF tests after 5af718a5927a.
---
sbin/ping/tests/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sbin/ping/tests/Makefile b/sbin/ping/tests/Makefile
index 5eb0b3abc4fa..c89d522a0dee 100644
--- a/sbin/ping/tests/Makefile
+++ b/sbin/ping/tests/Makefile
@@ -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>