Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 02:43:07 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r345047 - projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd
Message-ID:  <201903120243.x2C2h7pF004348@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Mar 12 02:43:07 2019
New Revision: 345047
URL: https://svnweb.freebsd.org/changeset/base/345047

Log:
  The zfsd tests need to depend on MK_GOOGLETEST instead of MK_TESTS
  
  This will unbreak the build with mips*/powerpc*.

Modified:
  projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile

Modified: projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile
==============================================================================
--- projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile	Tue Mar 12 01:43:01 2019	(r345046)
+++ projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile	Tue Mar 12 02:43:07 2019	(r345047)
@@ -8,6 +8,6 @@ PROG_CXX=	zfsd
 MAN=		zfsd.8
 
 HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_GOOGLETEST}+= tests
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120243.x2C2h7pF004348>