浏览代码

tools/dev/check_register.sh: process automatically all tests and examples

Nathalie Furmento 13 年之前
父节点
当前提交
d9a8a89123
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tools/dev/check_register.sh

+ 2 - 1
tools/dev/check_register.sh

@@ -18,4 +18,5 @@ process_file()
     done
 }
 
-for f in $* ; do process_file $f ; done
+for f in $(find tests -type f -not -path "*svn*") ; do process_file $f ; done
+for f in $(find examples -type f -not -path "*svn*") ; do process_file $f ; done