changeset 18092:8cf2b8617e85

also check for xtest in __run_test_suite__ * __run_test_suite__.m (has_tests): Also return true for files that only contain %!xtest.
author John W. Eaton <jwe@octave.org>
date Thu, 05 Dec 2013 10:48:21 -0500
parents 8e056300994b
children a1e4282f5254 69ac19bb878e
files doc/interpreter/macros.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/macros.texi	Wed Dec 04 22:13:18 2013 -0800
+++ b/doc/interpreter/macros.texi	Thu Dec 05 10:48:21 2013 -0500
@@ -28,14 +28,14 @@
 @c which is `XXX'.  This looks particularly bad when the macro body is 
 @c single or double-quoted text, such as a property value `"position"'
 @ifinfo
-@macro qcode{arg}
+@rmacro qcode{arg}
 \arg\
-@end macro
+@end rmacro
 @end ifinfo
 @ifnotinfo
-@macro qcode{arg}
+@rmacro qcode{arg}
 @code{\arg\}
-@end macro
+@end rmacro
 @end ifnotinfo
 
 @c The following macro is used for the on-line help system, but we don't