Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 15:04:03 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5f0efabf2b16 - stable/12 - tests: Enable net tests
Message-ID:  <202108021504.172F437h071252@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021504.172F437h071252>