blob: 64fed6f00e683cb75746cdeb742d7ed5c3863d53 (
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
|