changeset 13043:098c8e696236

fntests.m: No longer count file with demos as being tested test/fntests.m: No longer count file with demos as being tested. Leave code commented in case change is reversed.
author Rik <octave@nomad.inbox5.com>
date Sat, 03 Sep 2011 08:25:52 -0700
parents ca7aaf2689c3
children a04e32272ecb
files test/fntests.m
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -124,8 +124,8 @@
         [p, n, xf, sk] = test (nm(1:(end-2)), "quiet", fid);
         print_pass_fail (n, p);
         files_with_tests(end+1) = ffnm;
-      elseif (has_demos (ffnm))
-        files_with_tests(end+1) = ffnm;
+      ##elseif (has_demos (ffnm))
+      ##  files_with_tests(end+1) = ffnm;
       else
         files_with_no_tests(end+1) = ffnm;
       endif
@@ -177,8 +177,8 @@
         dxf += xf;
         dsk += sk;
         files_with_tests(end+1) = f;
-      elseif (has_demos (f))
-        files_with_tests(end+1) = f;
+      ##elseif (has_demos (f))
+      ##  files_with_tests(end+1) = f;
       elseif (has_functions (f))
         ## To reduce the list length, only mark .cc files that contain
         ## DEFUN definitions.