The branch stable/12 has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5f0efabf2b16d15ed7da25b1a8b0b24b8352b6d1

commit 5f0efabf2b16d15ed7da25b1a8b0b24b8352b6d1
Author:     Kristof Provost <[email protected]>
AuthorDate: 2020-02-13 14:09:09 +0000
Commit:     Kristof Provost <[email protected]>
CommitDate: 2021-08-02 15:03:02 +0000

    tests: Enable net tests
    
    We have a number of tests in the net subdirectory that were not executed. 
List
    the net directory so we run those tests.
    
    (cherry picked from commit 475b483aeef96d8bf47159f06761104d92c58c8c)
---
 tests/sys/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 5d96c7654a28..efc4f801890f 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -19,6 +19,7 @@ TESTS_SUBDIRS+=               kqueue
 TESTS_SUBDIRS+=                mac
 TESTS_SUBDIRS+=                mqueue
 TESTS_SUBDIRS+=                ${_netgraph}
+TESTS_SUBDIRS+=                net
 TESTS_SUBDIRS+=                netinet
 TESTS_SUBDIRS+=                netinet6
 TESTS_SUBDIRS+=                netipsec
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to