svn commit: r357857 - head/tests/sys

Kristof Provost kp at FreeBSD.org
Thu Feb 13 14:09:10 UTC 2020


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


More information about the svn-src-head mailing list