# HG changeset patch # User Rik # Date 1315063552 25200 # Node ID 098c8e6962364d68222b215d76820472c8cafdf1 # Parent ca7aaf2689c3d15cfd7f690ddcf90038826f1910 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. diff -r ca7aaf2689c3 -r 098c8e696236 test/fntests.m --- a/test/fntests.m Sat Sep 03 10:09:50 2011 -0500 +++ b/test/fntests.m Sat Sep 03 08:25:52 2011 -0700 @@ -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.