fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
505 B
19 lines
505 B
1 year ago
|
add_executable(db_stress${ARTIFACT_SUFFIX}
|
||
|
batched_ops_stress.cc
|
||
|
cf_consistency_stress.cc
|
||
|
db_stress.cc
|
||
|
db_stress_common.cc
|
||
|
db_stress_driver.cc
|
||
|
db_stress_gflags.cc
|
||
|
db_stress_listener.cc
|
||
|
db_stress_shared_state.cc
|
||
|
db_stress_stat.cc
|
||
|
db_stress_test_base.cc
|
||
|
db_stress_tool.cc
|
||
|
expected_state.cc
|
||
|
expected_value.cc
|
||
|
multi_ops_txns_stress.cc
|
||
|
no_batched_ops_stress.cc)
|
||
|
target_link_libraries(db_stress${ARTIFACT_SUFFIX} ${ROCKSDB_LIB} ${THIRDPARTY_LIBS})
|
||
|
list(APPEND tool_deps db_stress)
|