summaryrefslogtreecommitdiffstats
path: root/tcl8.6/tests/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl8.6/tests/pkgIndex.tcl')
-rw-r--r--tcl8.6/tests/pkgIndex.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcl8.6/tests/pkgIndex.tcl b/tcl8.6/tests/pkgIndex.tcl
new file mode 100644
index 0000000..854b943
--- /dev/null
+++ b/tcl8.6/tests/pkgIndex.tcl
@@ -0,0 +1,6 @@
+#! /usr/bin/env tclsh
+
+package ifneeded tcltests 0.1 "
+ source [list $dir/tcltests.tcl]
+ package provide tcltests 0.1
+"