test: move ut_multithread.c to common/lib

Change-Id: Ied7da08503b52470dbb8bb77eee1a711f41e7f28
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/404977
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2018-03-22 15:52:31 -07:00 committed by Jim Harris
parent c9fb57a298
commit 899eb5f19a
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)