Loading test/lib/blobfs/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk DIRS-y = blobfs_ut cache_ut mkfs DIRS-y = blobfs_async_ut blobfs_sync_ut mkfs # TODO: do not check a hardcoded path here ifneq (,$(wildcard /usr/local/include/fuse3)) Loading test/lib/blobfs/blobfs_async_ut/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line blobfs_async_ut test/lib/blobfs/blobfs_ut/Makefile→test/lib/blobfs/blobfs_async_ut/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk include $(SPDK_ROOT_DIR)/mk/spdk.app.mk APP = blobfs_ut APP = blobfs_async_ut C_SRCS := blobfs_ut.c C_SRCS := blobfs_async_ut.c CFLAGS += -I$(SPDK_ROOT_DIR)/lib/blobfs -I$(SPDK_ROOT_DIR)/lib/blob CFLAGS += -I$(SPDK_ROOT_DIR)/test Loading test/lib/blobfs/blobfs_ut/blobfs_ut.c→test/lib/blobfs/blobfs_async_ut/blobfs_async_ut.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ int main(int argc, char **argv) return CU_get_error(); } suite = CU_add_suite("blobfs", NULL, NULL); suite = CU_add_suite("blobfs_async_ut", NULL, NULL); if (suite == NULL) { CU_cleanup_registry(); return CU_get_error(); Loading test/lib/blobfs/blobfs_sync_ut/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line blobfs_sync_ut Loading
test/lib/blobfs/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk DIRS-y = blobfs_ut cache_ut mkfs DIRS-y = blobfs_async_ut blobfs_sync_ut mkfs # TODO: do not check a hardcoded path here ifneq (,$(wildcard /usr/local/include/fuse3)) Loading
test/lib/blobfs/blobfs_async_ut/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line blobfs_async_ut
test/lib/blobfs/blobfs_ut/Makefile→test/lib/blobfs/blobfs_async_ut/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk include $(SPDK_ROOT_DIR)/mk/spdk.app.mk APP = blobfs_ut APP = blobfs_async_ut C_SRCS := blobfs_ut.c C_SRCS := blobfs_async_ut.c CFLAGS += -I$(SPDK_ROOT_DIR)/lib/blobfs -I$(SPDK_ROOT_DIR)/lib/blob CFLAGS += -I$(SPDK_ROOT_DIR)/test Loading
test/lib/blobfs/blobfs_ut/blobfs_ut.c→test/lib/blobfs/blobfs_async_ut/blobfs_async_ut.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ int main(int argc, char **argv) return CU_get_error(); } suite = CU_add_suite("blobfs", NULL, NULL); suite = CU_add_suite("blobfs_async_ut", NULL, NULL); if (suite == NULL) { CU_cleanup_registry(); return CU_get_error(); Loading
test/lib/blobfs/blobfs_sync_ut/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line blobfs_sync_ut