unittest.sh: build jsonrpc dependencies
The JSON-RPC tests use the JSON and log libraries, so build those before the JSON-RPC test directory. This is just a workaround; ideally, we should build DPDK so the whole SPDK repository can be built, but that is a larger change. Change-Id: Ida0e98ad95fb90a22bd261cf688deafd1fd51975 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
239fdb3d2e
commit
545effaa49
@ -20,6 +20,8 @@ test/lib/json/parse/json_parse_ut
|
||||
test/lib/json/util/json_util_ut
|
||||
test/lib/json/write/json_write_ut
|
||||
|
||||
make -C lib/log CONFIG_WERROR=y
|
||||
make -C lib/json CONFIG_WERROR=y
|
||||
make -C test/lib/jsonrpc CONFIG_WERROR=y
|
||||
|
||||
test/lib/jsonrpc/server/jsonrpc_server_ut
|
||||
|
Loading…
x
Reference in New Issue
Block a user