Commit a67bce54 authored by Cholerae Hu's avatar Cholerae Hu Committed by zhangjinpeng1987

tests: add more delete range test cases (#113)

parent 82d127df
...@@ -29,6 +29,7 @@ path = "tests/test.rs" ...@@ -29,6 +29,7 @@ path = "tests/test.rs"
[dependencies] [dependencies]
libc = "0.2.11" libc = "0.2.11"
tempdir = "0.3.4" tempdir = "0.3.4"
crc = "1.2"
[dependencies.librocksdb_sys] [dependencies.librocksdb_sys]
path = "librocksdb_sys" path = "librocksdb_sys"
......
extern crate rocksdb; extern crate rocksdb;
extern crate tempdir; extern crate tempdir;
extern crate byteorder; extern crate byteorder;
extern crate crc;
mod test_iterator; mod test_iterator;
mod test_multithreaded; mod test_multithreaded;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment