Add directory iteration piece for tests/sys/mqueue

This commit is contained in:
ngie 2015-04-11 09:28:53 +00:00
parent 2a08aa5c38
commit 305b739a89

View File

@ -6,6 +6,7 @@ TESTSDIR= ${TESTSBASE}/sys
TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= mqueue
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= opencrypto
TESTS_SUBDIRS+= posixshm