diff options
-rw-r--r-- | tests/bind.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bind.test b/tests/bind.test index 18de465..f03a95d 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -216,6 +216,12 @@ test bind-5.1 {Tk_CreateBindingTable procedure} { } {} +if {[string compare testcbind [info commands testcbind]] != 0} { + puts "This application hasn't been compiled with the testcbind command," + puts "therefore I am skipping all of these tests." + return +} + test bind-6.1 {Tk_DeleteBindTable procedure} { catch {destroy .b.c} canvas .b.c |