Преглед на файлове

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