]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/CMakeLists.txt
Salome HOME
Mise à jour des cas-tests pour tenir compte des déplacements
[modules/homard.git] / src / CMakeLists.txt
index f71b030c696c76f514b7c5623fbbf4e976638c8a..aad68b6e801302129da1a62ad108d13b6a0fcb40 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -25,12 +25,20 @@ SET(SUBDIRS_COMMON
   HOMARD_I
   HOMARDGUI
   HOMARD_SWIG
+  tests
 )
 
 SET(SUBDIRS
   ${SUBDIRS_COMMON}
 )
 
+# For salome test
+IF(SALOME_BUILD_TESTS)
+  INSTALL(FILES CTestTestfileInstall.cmake
+          DESTINATION ${SALOME_HOMARD_INSTALL_TEST}
+          RENAME CTestTestfile.cmake)
+ENDIF(SALOME_BUILD_TESTS)
+
 FOREACH(dir ${SUBDIRS})
  ADD_SUBDIRECTORY(${dir})
 ENDFOREACH(dir ${SUBDIRS})