summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Removed package_require hack. Regular "package require" works if environment ↵treectrl2005-03-291-2/+1
| | | | vars are set.
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-32/+3
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Defines a proc package_require, which can be used by the test fileskrischan2002-12-301-1/+33
| | | | until tkTreeCtrl will find the library even if it is not yet installed.
* Driver file for test-suite of treectrl (copy from Tcl's test-suite).krischan2002-12-241-0/+58