Salome HOME
Updated copyright comment
[modules/homard.git] / src / tests / Test / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 9326644..d5c171d
@@ -1,4 +1,4 @@
-# Copyright (C) 2016  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -24,12 +24,15 @@ SET(HOMARD_TEST_FILES
   test_3.py
   test_4.py
   test_5.py
+  test_6.py
   tutorial_1.py
   tutorial_2.py
   tutorial_3.py
   tutorial_4.py
   tutorial_5.py
+  tutorial_6.py
   test_util.py
+  test_2d_1d_mesh.py
 )
 
 INSTALL(FILES ${HOMARD_TEST_FILES}
@@ -37,4 +40,4 @@ INSTALL(FILES ${HOMARD_TEST_FILES}
 
 INSTALL(FILES CTestTestfileInstall.cmake
         DESTINATION ${SALOME_HOMARD_INSTALL_TEST}
-        RENAME CTestTestfile.cmake)
\ No newline at end of file
+        RENAME CTestTestfile.cmake)