From 5f0efabf2b16d15ed7da25b1a8b0b24b8352b6d1 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 13 Feb 2020 14:09:09 +0000 Subject: [PATCH] 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 5d96c7654a2..efc4f801890 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 -- 2.45.0