diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-30 17:57:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-30 17:57:31 +0100 |
commit | 7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00 (patch) | |
tree | 583e0a4bdebe15c73d9860e78480517034e6ca9f /CMakeLists.txt | |
parent | 7373f1a92c2d6d0790f6a47a011c107c32064cc8 (diff) | |
download | sink-7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00.tar.gz sink-7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00.zip |
Moved buffertest to store/test and turned it into a reproducible benchmark.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f16dc6a..0313b65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -47,7 +47,7 @@ add_subdirectory(client) | |||
47 | # the resource | 47 | # the resource |
48 | add_subdirectory(resource) | 48 | add_subdirectory(resource) |
49 | 49 | ||
50 | # the buffertest | 50 | # the store |
51 | add_subdirectory(buffertest) | 51 | add_subdirectory(store) |
52 | 52 | ||
53 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 53 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |