diff options
Diffstat (limited to 'testsuite/systemtap.base/array_size.exp')
-rw-r--r-- | testsuite/systemtap.base/array_size.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/array_size.exp b/testsuite/systemtap.base/array_size.exp new file mode 100644 index 00000000..86aec8ab --- /dev/null +++ b/testsuite/systemtap.base/array_size.exp @@ -0,0 +1,7 @@ +# Check that specifying an array size gives more room than MAXMAPENTRIES + +load_lib "stap_run.exp" + +set test "array_size" + +stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string -DMAXMAPENTRIES=1 |