diff options
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r-- | sql/sql.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp index 49ace01..aa2d642 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -78,12 +78,12 @@ 'dependencies': [ 'sql', 'test_support_sql', + '../base/base.gyp:run_all_unittests', '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', '../third_party/sqlite/sqlite.gyp:sqlite', ], 'sources': [ - 'run_all_unittests.cc', 'connection_unittest.cc', 'recovery_unittest.cc', 'sqlite_features_unittest.cc', |