svn commit: r357857 - head/tests/sys

Alexander V. Chernikov melifaro at freebsd.org
Thu Feb 13 15:06:20 UTC 2020


13.02.2020, 14:09, "Kristof Provost" <kp at freebsd.org>:
> 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.
Better late than never :-)
Thank you for catching and fixing this!
>
> 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