git: 5f0efabf2b16 - stable/12 - tests: Enable net tests

Kristof Provost kp at FreeBSD.org
Mon Aug 2 15:04:03 UTC 2021


The branch stable/12 has been updated by kp:

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

commit 5f0efabf2b16d15ed7da25b1a8b0b24b8352b6d1
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2020-02-13 14:09:09 +0000
Commit:     Kristof Provost <kp at FreeBSD.org>
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


More information about the dev-commits-src-all mailing list