Quite a few changes from the vbdev compress unit tests mainly due to plumbing and structural changes from the code under test now being an accel_fw module instead of a bdev module. Coverage of critical functions matches what it was for the common code. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Ia40c7a0ed72a427e71c00607d93e215e0265fcb1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16076 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
12 lines
273 B
Makefile
12 lines
273 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (C) 2016 Intel Corporation.
|
|
# All rights reserved.
|
|
#
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
TEST_FILE = accel_dpdk_compressdev_ut.c
|
|
CFLAGS += $(ENV_CFLAGS)
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|