+3
−2
Loading
Previously this was guarded by a 'Linux' check, but it is still possible that fsdev_ut wasn't built, if the config option wasn't set. This especially would happen for anyone rebasing from master, rebuilding and running unittest.sh *without* a re-configure - in that case the new SPDK_CONFIG_FSDEV wouldn't get generated. configure script will make sure this doesn't get defined for FreeBSD, so it no longer needed to be inside of the 'Linux' check. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I77b21cf9b9545b4de9722b1a382fafe5c18879b4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24521 Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com> Reviewed-by:
Anisa Su <anisa.su@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by:
Anton Nayshtut <anayshtut@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <ben@nvidia.com>