Spdk/test
Vitaliy Mysak 4a7240a7f5 make: Fix test app Makefile dependencies
Add dependency $(ENV_LIBS) for test/env/*
 as part of new variable $(ADDITIONAL_LIBS) which is direct dependency
 of $(APP) in mk/spdk.unittest.mk

This solves the problem of
 make not triggering LINKing for test/env/*
 after changes made to lib/env_dpdk/*.c

Issue was that Makefiles in test/env/*/ classified tests as unittests
 by including mk/spdk.unittest.mk
But unittests are not using env_dpdk which means that
 unittests don't relink on env_dpdk update

Change-Id: I91b6690dc92d68bc69bbf11ac5336d3a7f56e4e4
Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
Reviewed-on: https://review.gerrithub.io/425665
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Dariusz Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2018-09-19 15:53:29 +00:00
..
app make: simplify rdma dependency linking 2018-09-14 22:56:46 +00:00
bdev bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
blobfs scripts: use python3 in all scripts 2018-09-14 22:24:30 +00:00
blobstore blobstore: Add tests for bdev_blob_queue_io in blobstore 2018-09-18 16:38:49 +00:00
common scripts: fix executable attribute for includes 2018-09-18 16:34:45 +00:00
config_converter scripts: add config converter 2018-09-18 15:24:40 +00:00
cpp_headers build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
env make: Fix test app Makefile dependencies 2018-09-19 15:53:29 +00:00
event test/event_perf: use less memory 2018-07-26 05:28:52 +00:00
ioat ioat: remove ioat kperf kernel driver test harness 2018-04-30 17:11:53 +00:00
iscsi_tgt test/iscsi: add fio and lvol test cases with raid bdev 2018-09-15 00:16:50 +00:00
json_config nvmf: Dump new-style configuration RPCs 2018-09-18 15:54:21 +00:00
lvol scripts: use python3 in all scripts 2018-09-14 22:24:30 +00:00
nvme bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
nvmf nvmf: Move target opts to transport opts (part 2) 2018-09-17 20:42:16 +00:00
pmem test/json: Add pmem bdev test 2018-07-05 19:09:56 +00:00
spdkcli scripts: use python3 in all scripts 2018-09-14 22:24:30 +00:00
unit bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00
vhost scripts: fix executable attribute for includes 2018-09-18 16:34:45 +00:00
Makefile test: move lib/json up to test app directory 2018-03-29 00:31:24 -04:00
spdk_cunit.h test: remove leftover spdk_cunit declaration 2018-07-06 22:47:56 +00:00