# HG changeset patch # User Rik # Date 1411880956 25200 # Node ID 0aa59fd7e6f191fca95b2c8ee7531664a3beb90a # Parent cebe737fd0399f1ad47faf542385c252081b9ebe debug.m: Mark documentation m-file as tested for BIST testing. * debug.m: Mark documentation m-file as tested for BIST testing. diff -r cebe737fd039 -r 0aa59fd7e6f1 scripts/miscellaneous/debug.m --- a/scripts/miscellaneous/debug.m Sat Sep 27 22:07:22 2014 -0700 +++ b/scripts/miscellaneous/debug.m Sat Sep 27 22:09:16 2014 -0700 @@ -18,8 +18,10 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} debug () -## Summary of debugging commands. For more information on each command -## and available options use @code{help CMD}. +## Summary of debugging commands. +## +## For more information on each command and available options use +## @code{help CMD}. ## ## The debugging commands available in Octave are ## @@ -96,3 +98,7 @@ help ("debug"); endfunction + +## Mark file as being tested. No real test needed for a documentation .m file +%!assert (1) +