X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Fdata%2Fmeshio_meshes%2Fmsh%2FMakefile;fp=test%2Fdata%2Fmeshio_meshes%2Fmsh%2FMakefile;h=32c81f51a67a788d7986803c6229e8ae904ef71c;hb=6cad3d5607343d628e13df4d3ebe1899defbcf20;hp=0000000000000000000000000000000000000000;hpb=6fe43e9346e543c133300e9a4fc172ddc2b34cc0;p=modules%2Fsmesh.git diff --git a/test/data/meshio_meshes/msh/Makefile b/test/data/meshio_meshes/msh/Makefile new file mode 100644 index 000000000..32c81f51a --- /dev/null +++ b/test/data/meshio_meshes/msh/Makefile @@ -0,0 +1,5 @@ +%-2.2.msh: %.geo + gmsh -2 -format msh2 -o $@ $< +%-4.1.msh: %.geo + gmsh -2 -o $@ $< +all: insulated-2.2.msh insulated-4.1.msh