# -*- tcl -*-
# Run all of the Tcl tests in this directory

foreach file {tclgdbm.test qgdbm.test} {
    puts "testing: $file"
    source $file
}