diff options
author | hershey <hershey@noemail.net> | 1998-08-12 16:08:36 (GMT) |
---|---|---|
committer | hershey <hershey@noemail.net> | 1998-08-12 16:08:36 (GMT) |
commit | 4d8ca262b53e02be23aa4fd52bfa694e3d65f44c (patch) | |
tree | 1f0772c971217a000ba3a87116c1ee780d8fab8d /tests | |
parent | d0b7e1dd03b67231a2322ee7beeedf1bb8e8eb10 (diff) | |
download | tk-4d8ca262b53e02be23aa4fd52bfa694e3d65f44c.zip tk-4d8ca262b53e02be23aa4fd52bfa694e3d65f44c.tar.gz tk-4d8ca262b53e02be23aa4fd52bfa694e3d65f44c.tar.bz2 |
skips tests that require tktest executable
FossilOrigin-Name: 8326093c7feff372c24d33f259f2c025d059405f
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixEmbed.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index ef8ecb9..ee7baa6 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -96,6 +96,13 @@ test unixEmbed-1.4 {TkpUseWindow procedure, inheriting colormap} { destroy .t set result } {1} + +if {[string compare testembed [info commands testembed]] != 0} { + puts "This application hasn't been compiled with the testembed command," + puts "therefore I am skipping all of these tests." + return +} + test unixEmbed-1.5 {TkpUseWindow procedure, creating Container records} { eval destroy [winfo child .] frame .f1 -container 1 -width 200 -height 50 |