Skip to content

Commit

Permalink
tests: fix sd_reservation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 6, 2019
1 parent e2b9080 commit e72b216
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions core/CMakeLists.txt
Expand Up @@ -275,6 +275,13 @@ else()
add_definitions("-D_FILE_OFFSET_BITS=64")
endif()

if(HAVE_DYNAMIC_SD_BACKENDS)
set(SD_BACKEND_DIRECTORY "Backend Directory")
else()
set(SD_BACKEND_DIRECTORY "# Backend Directory")
endif()


INCLUDE(FindIntl)

IF(developer)
Expand Down
@@ -1,4 +1,4 @@
Storage {
Name = test-sd
Backend Directory = @PROJECT_BINARY_DIR@/src/stored/backends
@SD_BACKEND_DIRECTORY@ = @PROJECT_BINARY_DIR@/src/stored/backends
}

0 comments on commit e72b216

Please sign in to comment.