comparison scripts/testfun/__run_test_suite__.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 3f29b433bd5d 446c46af4b42
children db92e7e28e1f
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
261 ## To reduce the list length, only mark .cc files that contain 261 ## To reduce the list length, only mark .cc files that contain
262 ## DEFUN definitions. 262 ## DEFUN definitions.
263 files_with_no_tests(end+1) = f; 263 files_with_no_tests(end+1) = f;
264 endif 264 endif
265 endif 265 endif
266 endfor 266 endfor
267 ## printf("%s%s -> passes %d of %d tests\n", ident, d, dp, dn); 267 ## printf("%s%s -> passes %d of %d tests\n", ident, d, dp, dn);
268 endfunction 268 endfunction
269 269
270 function n = num_elts_matching_pattern (lst, pat) 270 function n = num_elts_matching_pattern (lst, pat)
271 n = sum (! cellfun ("isempty", regexp (lst, pat, 'once'))); 271 n = sum (! cellfun ("isempty", regexp (lst, pat, 'once')));