summaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-10-03 09:10:43 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-10-03 09:10:43 +0200
commit4f6a1947e9a706c2710a6789253655c75b42d22d (patch)
tree28b686d6bac21950b8620174da2c130ec87bc2c5 /storageframework
parent9c0a59892a51687ff0cce84c9b3ac2d3bcbefbf1 (diff)
Fixed some of the libraries.
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/tests/CMakeLists.txt1
-rw-r--r--storageframework/src/tests/clock/CMakeLists.txt1
-rw-r--r--storageframework/src/tests/memory/CMakeLists.txt1
-rw-r--r--storageframework/src/tests/status/CMakeLists.txt1
-rw-r--r--storageframework/src/tests/thread/CMakeLists.txt1
-rw-r--r--storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt1
6 files changed, 5 insertions, 1 deletions
diff --git a/storageframework/src/tests/CMakeLists.txt b/storageframework/src/tests/CMakeLists.txt
index 47a0a7bcc6e..d96113597fd 100644
--- a/storageframework/src/tests/CMakeLists.txt
+++ b/storageframework/src/tests/CMakeLists.txt
@@ -7,6 +7,5 @@ vespa_add_executable(storageframework_testrunner_app TEST
storageframework_teststatus
storageframework_testmemory
storageframework_testthread
- storageframework
)
vespa_add_test(NAME storageframework_testrunner_app COMMAND storageframework_testrunner_app)
diff --git a/storageframework/src/tests/clock/CMakeLists.txt b/storageframework/src/tests/clock/CMakeLists.txt
index 1134cf8e88a..58b3c81d6eb 100644
--- a/storageframework/src/tests/clock/CMakeLists.txt
+++ b/storageframework/src/tests/clock/CMakeLists.txt
@@ -3,4 +3,5 @@ vespa_add_library(storageframework_testclock
SOURCES
timetest.cpp
DEPENDS
+ storageframework
)
diff --git a/storageframework/src/tests/memory/CMakeLists.txt b/storageframework/src/tests/memory/CMakeLists.txt
index 97a7314f4cb..0905ce19aca 100644
--- a/storageframework/src/tests/memory/CMakeLists.txt
+++ b/storageframework/src/tests/memory/CMakeLists.txt
@@ -4,4 +4,5 @@ vespa_add_library(storageframework_testmemory
memorymanagertest.cpp
memorystatetest.cpp
DEPENDS
+ storageframework
)
diff --git a/storageframework/src/tests/status/CMakeLists.txt b/storageframework/src/tests/status/CMakeLists.txt
index 2c829d48810..7b1cefec6ad 100644
--- a/storageframework/src/tests/status/CMakeLists.txt
+++ b/storageframework/src/tests/status/CMakeLists.txt
@@ -3,4 +3,5 @@ vespa_add_library(storageframework_teststatus
SOURCES
htmlstatustest.cpp
DEPENDS
+ storageframework
)
diff --git a/storageframework/src/tests/thread/CMakeLists.txt b/storageframework/src/tests/thread/CMakeLists.txt
index 961b49d065a..904a0441c99 100644
--- a/storageframework/src/tests/thread/CMakeLists.txt
+++ b/storageframework/src/tests/thread/CMakeLists.txt
@@ -4,4 +4,5 @@ vespa_add_library(storageframework_testthread
tickingthreadtest.cpp
taskthreadtest.cpp
DEPENDS
+ storageframework
)
diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt b/storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt
index 51e992b134d..e0eafa63872 100644
--- a/storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt
+++ b/storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt
@@ -7,4 +7,5 @@ vespa_add_library(storageframework_defaultimplementation
$<TARGET_OBJECTS:storageframework_threadimpl>
INSTALL lib64
DEPENDS
+ storageframework_generic
)