2 <prerequisites path="profile@SALOMEYACS_VERSION@.sh"/>
4 <!-- variable name <MODULE>_ROOT_DIR is built with <MODULE> == name attribute value -->
5 <!-- <MODULE>_ROOT_DIR values is set with path attribute value -->
6 <!-- attribute gui (defaults = yes) indicates if the module has a gui interface -->
7 <module name="KERNEL" gui="no" path="@KERNEL_ROOT_DIR@"/>
8 <module name="GUI" gui="no" path="@GUI_ROOT_DIR@"/>
9 <module name="GEOM" path="GEOM_ROOT_DIR"/> <!--GEOM_ROOT_DIR will be substituted at starting of test-->
10 <module name="PYHELLO" path="PYHELLO_ROOT_DIR"/> <!--PYHELLO_ROOT_DIR will be substituted at starting of test-->
11 <module name="YACS" path="@CMAKE_INSTALL_PREFIX@"/>