summaryrefslogtreecommitdiffstats
path: root/tests/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgIndex.tcl')
-rw-r--r--tests/pkgIndex.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pkgIndex.tcl b/tests/pkgIndex.tcl
new file mode 100644
index 0000000..48ab71b
--- /dev/null
+++ b/tests/pkgIndex.tcl
@@ -0,0 +1,6 @@
+#! /usr/bin/env tclsh
+
+package ifneeded tcltests 0.1 {
+ source [file dirname [file dirname [file normalize [info script]/...]]]/tcltests.tcl
+ package provide tcltests 0.1
+}