Commit 899eb5f1 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

test: move ut_multithread.c to common/lib



Change-Id: Ied7da08503b52470dbb8bb77eee1a711f41e7f28
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/404977


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent c9fb57a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@
#include "spdk_cunit.h"

#include "common/lib/test_env.c"
#include "common/lib/ut_multithread.c"
#include "unit/lib/json_mock.c"
#include "lib/ut_multithread.c"

/* HACK: disable VTune integration so the unit test doesn't need VTune headers and libs to build */
#undef SPDK_CONFIG_VTUNE
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

#include "util/io_channel.c"
#include "common/lib/test_env.c"
#include "lib/ut_multithread.c"
#include "common/lib/ut_multithread.c"

static void
_send_msg(spdk_thread_fn fn, void *ctx, void *thread_ctx)