blob: 2d44d6bbdecd4e021413331c146dd4f31fa7b799 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
|