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.
This commit is contained in:
Kristof Provost 2020-02-13 14:09:09 +00:00
parent 33f8cfdfe4
commit 475b483aee

View File

@ -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