diff options
Diffstat (limited to 'testsuite/systemtap.base/tri.exp')
-rw-r--r-- | testsuite/systemtap.base/tri.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/tri.exp b/testsuite/systemtap.base/tri.exp new file mode 100644 index 00000000..5f418e5b --- /dev/null +++ b/testsuite/systemtap.base/tri.exp @@ -0,0 +1,7 @@ +# Simple function to test that systemtap ?: operation works + +load_lib "stap_run.exp" + +set test "tri" + +stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string |