summaryrefslogtreecommitdiffstats
path: root/runtime/tests/all.tcl
blob: f820c588b443dd7690b104c8cfeff5aecc708f83 (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::runAllTests

puts "All tests completed"