# helper for running TTXN test-suite on this package
# without "installing" them

# Note that TTXN package should be placed under a standard tcl-library directory
# OR within this "test" directory

 # path for TTXN package
lappend auto_path [file dirname [file normalize [info script]]]

 # path for this package
lappend auto_path [file dirname [file dirname [file normalize [info script]]]]
 
set argv [lassign $argv testFile]
source $testFile
