svn commit: r281430 - user/ngie/more-tests/tests/sys

Garrett Cooper ngie at FreeBSD.org
Sat Apr 11 09:28:54 UTC 2015


Author: ngie
Date: Sat Apr 11 09:28:53 2015
New Revision: 281430
URL: https://svnweb.freebsd.org/changeset/base/281430

Log:
  Add directory iteration piece for tests/sys/mqueue

Modified:
  user/ngie/more-tests/tests/sys/Makefile

Modified: user/ngie/more-tests/tests/sys/Makefile
==============================================================================
--- user/ngie/more-tests/tests/sys/Makefile	Sat Apr 11 09:28:11 2015	(r281429)
+++ user/ngie/more-tests/tests/sys/Makefile	Sat Apr 11 09:28:53 2015	(r281430)
@@ -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


More information about the svn-src-user mailing list