Salome HOME
ajustement parametres autotests
[modules/hydro.git] / doc / salome / examples / CMakeLists.txt
index cfd41c73379adbed6f54de3b3267203f3f997f75..08080019f96274d29d29947b25a7b750a9156c24 100644 (file)
@@ -38,6 +38,7 @@ SET(EXAMPLES_TESTS
   h016_pilesPontManualMesh.py
   h017_interpolationLineaire.py
   h018_streamInterpolation.py
+  h019_normalCaseManualInterpolZStrickler.py
 )
 
 SET(HYDRO_SAMPLES
@@ -50,10 +51,12 @@ SET(HYDRO_SAMPLES
   init.lqd
   garonne_profiles.sx
   garonne_profiles.xyz
-  lignedo_lambert93.xyz
+  ligne_eau_lambert93.xyz
   profilsStream.sx
   profilsStream.xyz
   lignedo.sx
+  ligne_eau.sx
+  bathyFlat.xyz
 )
 
 # install Python scripts
@@ -62,8 +65,7 @@ SET(HYDRO_SAMPLES
 # Application tests
 
 SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test)
-INSTALL(FILES ${EXAMPLES_TESTS} DESTINATION ${TEST_INSTALL_DIRECTORY})
-INSTALL(FILES ${HYDRO_SAMPLES} DESTINATION ${TEST_INSTALL_DIRECTORY}/HYDRO)
+INSTALL(FILES ${EXAMPLES_TESTS} ${HYDRO_SAMPLES} DESTINATION ${TEST_INSTALL_DIRECTORY})
 
 INSTALL(FILES CTestTestfileInstall.cmake
         DESTINATION ${TEST_INSTALL_DIRECTORY}