diff options
author | dgp <dgp@users.sourceforge.net> | 2022-11-18 17:53:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-11-18 17:53:54 (GMT) |
commit | 3e4ac217aab55243d9096d19d611bfd368a4aa9b (patch) | |
tree | f369b7566af49c61906930b6df7dfd74d8dde5db /tests/platform.test | |
parent | 2a1443e0e07d217161b094cf6e550f63ef2cab54 (diff) | |
download | tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.zip tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.tar.gz tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.tar.bz2 |
Bring back the common facilities of the tcltests "package", but use a less
fragile method to gain access to them.
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/platform.test b/tests/platform.test index 6b775cf..faab6d9 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -10,6 +10,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. package require tcltest 2.5 +source [file join [file dirname [info script]] tcltests.tcl] namespace eval ::tcl::test::platform { namespace import ::tcltest::testConstraint |