Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / ModuleGenerator / tests / test1.sh
1 #!/bin/bash
2
3 echo   "test1:
4
5          creation d'un nouveau catalogue avec un composant unique
6          dans un fichier idl
7          "
8
9 \rm -f my_catalog.xml*
10
11 ${ROOT_BUILDDIR}/bin/runIDLparser \
12                 -Wbcatalog=my_catalog.xml \
13                 ${ROOT_SRCDIR}/idl/AddComponent.idl
14