Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1424)

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/tool/omittest.tcl

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 set rcsid {$Id: omittest.tcl,v 1.8 2008/10/13 15:35:09 drh Exp $} 2 set rcsid {$Id: omittest.tcl,v 1.8 2008/10/13 15:35:09 drh Exp $}
3 3
4 # Documentation for this script. This may be output to stderr 4 # Documentation for this script. This may be output to stderr
5 # if the script is invoked incorrectly. 5 # if the script is invoked incorrectly.
6 set ::USAGE_MESSAGE { 6 set ::USAGE_MESSAGE {
7 This Tcl script is used to test the various compile time options 7 This Tcl script is used to test the various compile time options
8 available for omitting code (the SQLITE_OMIT_xxx options). It 8 available for omitting code (the SQLITE_OMIT_xxx options). It
9 should be invoked as follows: 9 should be invoked as follows:
10 10
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 # Try the ENABLE/DISABLE symbols one at a time. 290 # Try the ENABLE/DISABLE symbols one at a time.
291 # We don't do them all at once since some are conflicting. 291 # We don't do them all at once since some are conflicting.
292 foreach sym $::ENABLE_SYMBOLS { 292 foreach sym $::ENABLE_SYMBOLS {
293 set dirname "test_[regsub -nocase {^x*SQLITE_} $sym {}]" 293 set dirname "test_[regsub -nocase {^x*SQLITE_} $sym {}]"
294 run_quick_test $dirname $sym 294 run_quick_test $dirname $sym
295 } 295 }
296 } 296 }
297 } 297 }
298 298
299 main $argv 299 main $argv
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/tool/offsets.c ('k') | third_party/sqlite/sqlite-src-3100200/tool/pagesig.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698