]> SALOME platform Git repositories - modules/kernel.git/blob - src/ModuleGenerator/tests/test5.sh
Salome HOME
NRI : Add KERNEL_ROOT_DIR in addition to SALOME_[ROOT, SITE]_DIR.
[modules/kernel.git] / src / ModuleGenerator / tests / test5.sh
1 #!/bin/bash
2
3 echo   "test4:
4
5         creation d'un catalogue avec tous les idl de Salome 
6         (au 29/3/2002)
7         "
8
9 \rm -f my_catalog.xml*
10
11 for i in ${ROOT_SRCDIR}/idl/*.idl
12 do
13         echo
14         echo "            processing " `basename $i`
15         echo
16         ${ROOT_BUILDDIR}/bin/runIDLparser \
17                 -Wbcatalog=my_catalog.xml $i
18 done