1# 2006 September 4 2# 3# The author disclaims copyright to this source code. In place of 4# a legal notice, here is a blessing: 5# 6# May you do good and not evil. 7# May you find forgiveness for yourself and forgive others. 8# May you share freely, never taking more than you give. 9# 10#*********************************************************************** 11# This file implements regression tests for SQLite library. 12# 13# $Id: misc7.test,v 1.1 2007/03/29 12:19:12 danielk1977 Exp $ 14 15set testdir [file dirname $argv0] 16source $testdir/tester.tcl 17 18do_test misc7-1 { 19 c_misuse_test 20} {} 21 22do_test misc7-2 { 23 c_realloc_test 24} {} 25 26do_test misc7-3 { 27 c_collation_test 28} {} 29 30finish_test 31