diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-13 02:40:00 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-13 02:40:00 (GMT) |
commit | bce26daa76c703d201d5ff0450be57529b236aa3 (patch) | |
tree | b3b9ab4fd6136ffb9d39127e314e57b246724635 /tests | |
parent | b4542dd058093f1ce4398f8cac12c6490d2df7f6 (diff) | |
download | tcl-bce26daa76c703d201d5ff0450be57529b236aa3.zip tcl-bce26daa76c703d201d5ff0450be57529b236aa3.tar.gz tcl-bce26daa76c703d201d5ff0450be57529b236aa3.tar.bz2 |
Fix compilation on macos, test loading on mingw
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bigdata.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bigdata.test b/tests/bigdata.test index b8d3206..5c5b75e 100644 --- a/tests/bigdata.test +++ b/tests/bigdata.test @@ -16,6 +16,10 @@ if {"::tcltest" ni [namespace children]} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact tcl::test [info patchlevel]] +source [file join [file dirname [info script]] tcltests.tcl] + # # bigtest and bigtestRO (RO->read only) generate compiled and uncompiled # versions of the given test script. The difference between the two is @@ -748,6 +752,7 @@ bigtestRO lindex-bigdata-1 "lindex" {6 7 5 {} 5 4 {} 9 {}} -body { } -cleanup { bigClean } -constraints bug-dcac54a685 +# TODO after bug fix - nested index # # linsert |