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

test: move test_env.c under test/common/lib



This file is accessed by files in multiple directories under test.

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


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 94de7e91
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

#include "env_dpdk/memory.c"

#include "test_env.c"
#include "common/lib/test_env.c"
#include "spdk_cunit.h"

#include "spdk/bit_array.h"
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

#include "spdk_cunit.h"

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

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

#include "spdk_cunit.h"

#include "lib/test_env.c"
#include "common/lib/test_env.c"

#include "bdev/gpt/gpt.c"

+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

#include "spdk_cunit.h"

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

Loading