blob: 804d8f0b2d81fdbdb84eccdc878693356800dfe1 (
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 {! [utrace_p]} { untested "uname-$testname; return }
stap_run3 uname-$testname $srcdir/$subdir/uname.stp $testexe $testlib -c $testexe
|