Don't run the tests in alter3.test if SQLITE_OMIT_ALTERTABLE is defined. (CVS 2395)

FossilOrigin-Name: 800fb3bf06f73af53af57f5b172c85406af374ad
This commit is contained in:
danielk1977
2005-03-17 07:00:55 +00:00
parent c4a41b12f4
commit 37b69a0130
3 changed files with 16 additions and 9 deletions
+9 -2
View File
@@ -13,11 +13,18 @@
# file format change that may be used in the future to implement
# "ALTER TABLE ... ADD COLUMN".
#
# $Id: alter3.test,v 1.1 2005/03/17 05:03:41 danielk1977 Exp $
# $Id: alter3.test,v 1.2 2005/03/17 07:00:55 danielk1977 Exp $
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
# If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
ifcapable !altertable {
finish_test
return
}
ource $testdir/tester.tcl
# Test Organisation:
# ------------------