Commit f63ff1f8 authored by cmumford's avatar cmumford Committed by Commit bot

Added gyp configs for new leveldb tests: fault_injection_test & recovery_test

These two tests are new with the latest leveldb DEPS roll.

Review URL: https://codereview.chromium.org/804473006

Cr-Commit-Position: refs/heads/master@{#308193}
parent d3af38a5
......@@ -271,6 +271,26 @@
'src/db/corruption_test.cc',
],
},
{
'target_name': 'leveldb_fault_injection_test',
'type': 'executable',
'dependencies': [
'leveldb_testutil',
],
'sources': [
'src/db/fault_injection_test.cc',
],
},
{
'target_name': 'leveldb_recovery_test',
'type': 'executable',
'dependencies': [
'leveldb_testutil',
],
'sources': [
'src/db/recovery_test.cc',
],
},
{
'target_name': 'leveldb_crc32c_test',
'type': 'executable',
......
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