Salome HOME
Add MEDWriter tests to ctest and salome test.
[modules/paravis.git] / src / Plugins / MEDWriter / plugin / CMakeLists.txt
index a542ce4002b177730f28ffc59723e32a754e1ea3..55f724d2dbd3857b216b08f3a0ab0a5818905966 100644 (file)
@@ -59,3 +59,7 @@ install(TARGETS MEDWriterPlugin
   LIBRARY DESTINATION lib/paraview
   ARCHIVE DESTINATION lib/paraview
   )
+
+if (SALOME_BUILD_TESTS OR BUILD_TESTING)
+  add_subdirectory(Test)
+endif()