summaryrefslogtreecommitdiffstats
path: root/runtime/tests/maps/all.tcl
blob: aa408eea034cbdc9292178d512ef6454d00b5fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package require tcltest
namespace import -force tcltest::*

puts "Running all SystemTap tests"

#puts [tcltest::configure]
#puts [tcltest::configure -file]

tcltest::testsDirectory [file dir [info script]]
tcltest::runAllTests

puts "All tests completed"