Date: Thu, 13 Feb 2020 14:09:09 +0000 (UTC) From: Kristof Provost <kp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r357857 - head/tests/sys Message-ID: <202002131409.01DE99Gc058918@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kp Date: Thu Feb 13 14:09:09 2020 New Revision: 357857 URL: https://svnweb.freebsd.org/changeset/base/357857 Log: 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. Modified: head/tests/sys/Makefile Modified: head/tests/sys/Makefile ============================================================================== --- head/tests/sys/Makefile Thu Feb 13 13:58:34 2020 (r357856) +++ head/tests/sys/Makefile Thu Feb 13 14:09:09 2020 (r357857) @@ -19,6 +19,7 @@ TESTS_SUBDIRS+= kern TESTS_SUBDIRS+= kqueue TESTS_SUBDIRS+= mac TESTS_SUBDIRS+= mqueue +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?202002131409.01DE99Gc058918>