Fix the zfsd unittest:
* TESTSDIR is supposed to be under cddl/usr.sbin, not cddl/sbin * DevdCtl::EventBuffer no longer exists, so remove its forward declaration MFC after: 3 days X-MFC-With: r305013
This commit is contained in:
parent
f6fea94e5d
commit
3323aadf23
@ -4,7 +4,7 @@ SRCDIR=${.CURDIR}/../../../..
|
||||
.include "${.CURDIR}/../Makefile.common"
|
||||
.PATH: ${.CURDIR}/..
|
||||
|
||||
TESTSDIR?= ${TESTSBASE}/cddl/sbin/zfsd
|
||||
TESTSDIR?= ${TESTSBASE}/cddl/usr.sbin/zfsd
|
||||
|
||||
PLAIN_TESTS_CXX= zfsd_unittest
|
||||
SRCS.zfsd_unittest:= ${SRCS:Nzfsd_main.cc}
|
||||
|
@ -72,7 +72,6 @@ using std::string;
|
||||
using std::stringstream;
|
||||
|
||||
using DevdCtl::Event;
|
||||
using DevdCtl::EventBuffer;
|
||||
using DevdCtl::EventFactory;
|
||||
using DevdCtl::EventList;
|
||||
using DevdCtl::Guid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user