Commit 229f6494 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

test/bdev_ut: fix build with --with-vtune



Change-Id: Iaed5e670bef4ef5e588c9df4858f4d1ff240df58
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/369273


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatar <roman.sudarikov@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent cc740794
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@
#include "spdk_cunit.h"

#include "lib/test_env.c"

/* HACK: disable VTune integration so the unit test doesn't need VTune headers and libs to build */
#undef SPDK_CONFIG_VTUNE

#include "bdev.c"

SPDK_DECLARE_BDEV_MODULE(vbdev_ut);