diff options
Diffstat (limited to 'testsuite/systemtap.base/global_init.exp')
-rw-r--r-- | testsuite/systemtap.base/global_init.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/global_init.exp b/testsuite/systemtap.base/global_init.exp new file mode 100644 index 00000000..2076f20f --- /dev/null +++ b/testsuite/systemtap.base/global_init.exp @@ -0,0 +1,7 @@ +# Check that global variables are initialized before all begin probes + +load_lib "stap_run.exp" + +set test "global_init" + +stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string |