Differences From Artifact [d944e8b307]:
- Executable file test/test.tcl — part of check-in [c754eba9a7] at 2018-09-15 16:09:36 on branch trunk — Test generating a seed (user: rkeene, size: 12890) [annotate] [blame] [check-ins using]
To Artifact [bdbaa835f7]:
- Executable file test/test.tcl — part of check-in [1c97659369] at 2018-11-19 19:37:52 on branch trunk — Support passing a path to tcllib (user: rkeene, size: 12957) [annotate] [blame] [check-ins using]
1 2 | #! /usr/bin/env tclsh | > > > | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #! /usr/bin/env tclsh foreach {arg val} $argv { switch -exact -- $arg { "--libpath" { lappend auto_path [file normalize $val] } } } package require nano proc test_selftest {} { ::nano::internal::selfTest return true } |
︙ | ︙ |