From 475b483aeef96d8bf47159f06761104d92c58c8c Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 13 Feb 2020 14:09:09 +0000 Subject: 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. --- tests/sys/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/Makefile b/tests/sys/Makefile index fa3f2f949626..cec72d922e53 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -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 -- cgit v1.2.3