summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYi Wu <yiwu@fb.com>2017-10-12 18:19:10 -0700
committerYi Wu <yiwu@fb.com>2017-11-03 12:14:07 -0700
commit17f67b5462de15693494e7e08537db652ea45b04 (patch)
tree1db9e49924da64fd3bb71b7f668a5b2e4e812133 /Makefile
parent6fb56c582cc1e2faa4aa1e9a07ce0ae8cfb10508 (diff)
PinnableSlice move assignment
Summary: Allow `std::move(pinnable_slice)`. Closes https://github.com/facebook/rocksdb/pull/2997 Differential Revision: D6036782 Pulled By: yiwu-arbug fbshipit-source-id: 583fb0419a97e437ff530f4305822341cd3381fa
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a89f6bf7..c5ba10124 100644
--- a/Makefile
+++ b/Makefile
@@ -477,6 +477,7 @@ TESTS = \
object_registry_test \
repair_test \
env_timed_test \
+ slice_test \
PARALLEL_TEST = \
backupable_db_test \
@@ -1435,6 +1436,9 @@ range_del_aggregator_test: db/range_del_aggregator_test.o db/db_test_util.o $(LI
blob_db_test: utilities/blob_db/blob_db_test.o $(LIBOBJECTS) $(TESTHARNESS)
$(AM_LINK)
+slice_test: util/slice_test.o $(LIBOBJECTS) $(TESTHARNESS)
+ $(AM_LINK)
+
#-------------------------------------------------
# make install related stuff
INSTALL_PATH ?= /usr/local