Salome HOME
adaptation cas tests
[modules/hydro.git] / doc / salome / examples / CMakeLists.txt
index cfd41c73379adbed6f54de3b3267203f3f997f75..4d3736c693a106f3ddd788d99c291ceec5b196b5 100644 (file)
@@ -38,6 +38,7 @@ SET(EXAMPLES_TESTS
   h016_pilesPontManualMesh.py
   h017_interpolationLineaire.py
   h018_streamInterpolation.py
+  h019_normalCaseManualInterpolZStrickler.py
 )
 
 SET(HYDRO_SAMPLES
@@ -54,6 +55,7 @@ SET(HYDRO_SAMPLES
   profilsStream.sx
   profilsStream.xyz
   lignedo.sx
+  bathyFlat.xyz
 )
 
 # install Python scripts
@@ -62,8 +64,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}