Преглед изворни кода

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