summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/uname.tcl
blob: 0bcf58d23e92342053227a383779b29c7ea6fb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set ::result_string {exe: main=main
exe: main_func=main_func
exe: main_func=main_func
exe: main_func=main_func
lib: lib_main=lib_main
lib: lib_func=lib_func
lib: lib_func=lib_func
lib: lib_func=lib_func}

# Only run on make installcheck
if {! [installtest_p]} { untested "uname-$testname"; return }
if {! [uprobes_p]} { untested "uname-$testname"; return }
stap_run3 uname-$testname $srcdir/$subdir/uname.stp $testexe $testlib -c $testexe