1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

More work on optionally removing unused features at compile-time. (CVS 2049)

FossilOrigin-Name: a82980fd70285820c64b42393ef85a9e21addc5d
This commit is contained in:
drh
2004-11-03 13:59:04 +00:00
parent a19df67c58
commit a71aa00102
13 changed files with 87 additions and 64 deletions

View File

@ -10,11 +10,16 @@
#***********************************************************************
# This file implements regression tests for SQLite library.
#
# $Id: blob.test,v 1.2 2004/06/19 00:16:31 drh Exp $
# $Id: blob.test,v 1.3 2004/11/03 13:59:06 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable {!bloblit} {
finish_test
return
}
proc bin_to_hex {blob} {
set bytes {}
binary scan $blob \c* bytes
@ -116,5 +121,3 @@ do_test blob-2.3 {
} {CDEF12 345678}
finish_test