Date: Fri, 24 Jan 2014 18:04:16 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261133 - in head/tests: . sys Message-ID: <201401241804.s0OI4G1f054765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Fri Jan 24 18:04:16 2014 New Revision: 261133 URL: http://svnweb.freebsd.org/changeset/base/261133 Log: Fix the Makefiles so that the tests I submitted in r261081 will actually get built. Sponsored by: Spectra Logic MFC after: 13 days X-MFC-With: r261081 Modified: head/tests/Makefile head/tests/sys/Makefile Modified: head/tests/Makefile ============================================================================== --- head/tests/Makefile Fri Jan 24 18:01:46 2014 (r261132) +++ head/tests/Makefile Fri Jan 24 18:04:16 2014 (r261133) @@ -2,7 +2,7 @@ .include <bsd.own.mk> -SUBDIR= # still empty +SUBDIR= sys TESTSDIR= ${TESTSBASE} KYUAFILE= yes Modified: head/tests/sys/Makefile ============================================================================== --- head/tests/sys/Makefile Fri Jan 24 18:01:46 2014 (r261132) +++ head/tests/sys/Makefile Fri Jan 24 18:04:16 2014 (r261133) @@ -2,6 +2,7 @@ .include <bsd.own.mk> +SUBDIR= kern TESTSDIR= ${TESTSBASE}/sys KYUAFILE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401241804.s0OI4G1f054765>