git: 9e0aaedd704e - main - Split netinet shell tests into one per line.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 20:55:56 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=9e0aaedd704ee8a040ecb1d1aadf0bd75ed4dc09
commit 9e0aaedd704ee8a040ecb1d1aadf0bd75ed4dc09
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-10-28 20:36:12 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-10-28 20:36:12 +0000
Split netinet shell tests into one per line.
This makes diffs when adding or removing tests easier to read.
While here, sort the list of tests.
Reviewed by: kevans, melifaro, asomers, markj, emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36908
---
tests/sys/netinet/Makefile | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile
index 7bcbfc202700..66a054123d61 100644
--- a/tests/sys/netinet/Makefile
+++ b/tests/sys/netinet/Makefile
@@ -14,7 +14,16 @@ ATF_TESTS_C= ip_reass_test \
tcp_connect_port_test \
tcp_md5_getsockopt
-ATF_TESTS_SH= carp fibs fibs_test redirect divert forward output lpm arp
+ATF_TESTS_SH= arp \
+ carp \
+ divert \
+ fibs \
+ fibs_test \
+ forward \
+ lpm \
+ output \
+ redirect
+
TEST_METADATA.output+= required_programs="python"
TEST_METADATA.tcp6_v4mapped_bind_test+= is_exclusive="true"