Differences From Artifact [478c12c3d6]:
- Executable file test.tcl — part of check-in [ae434dadfc] at 2010-10-10 23:20:10 on branch trunk — Tclpkcs11 0.9.2 Updated test driver slightly (user: rkeene, size: 1895) [annotate] [blame] [check-ins using]
To Artifact [7d82b853df]:
- Executable file test.tcl — part of check-in [74cea1e174] at 2010-10-11 00:59:02 on branch trunk — Updated to include path in loading Tclpkcs11 shared object to avoid searching in test driver (user: rkeene, size: 1897) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | #! /usr/bin/env tclsh lappend auto_path [file join [pwd] work lib] lappend auto_path [file join [pwd] lib] set pkcs11_module "/usr/local/lib/libcackey.so" |
︙ |