| Index: third_party/sqlite/sqlite-src-3100200/test/extraquick.test
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/test/quick.test b/third_party/sqlite/sqlite-src-3100200/test/extraquick.test
|
| similarity index 71%
|
| copy from third_party/sqlite/sqlite-src-3080704/test/quick.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/extraquick.test
|
| index 974b02de97de2af4468b92991026e5200c67d905..f453564e7f161e633114bdd811d076d87601cc67 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/test/quick.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/extraquick.test
|
| @@ -4,12 +4,13 @@
|
| # May you share freely, never taking more than you give.
|
| #
|
| #***********************************************************************
|
| -# This file runs all tests.
|
| +# This file runs most of the tests run by veryquick.test except for those
|
| +# that take a long time.
|
| #
|
|
|
| set testdir [file dirname $argv0]
|
| source $testdir/permutations.test
|
|
|
| -run_test_suite quick
|
| +run_test_suite extraquick
|
|
|
| finish_test
|
|
|