File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CC = @CC@
3737CFLAGS = @CFLAGS@ -I../../include
3838
3939CXX = @CXX@ -I../../include
40- CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ -I../include -I../../include
40+ CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ -I../include -I../../include
4141
4242LDFLAGS = @LDFLAGS@
4343
@@ -57,9 +57,9 @@ unittest: $(TEST_BINARIES) data
5757
5858data :
5959 cd ../../tests/data; \
60- gmsh -3 cube_prismatic.geo; \
60+ gmsh -format msh2 - 3 cube_prismatic.geo; \
6161 ../../bin/gmsh2triangle cube_prismatic.msh; \
62- gmsh -3 cube_unstructured.geo; \
62+ gmsh -format msh2 - 3 cube_unstructured.geo; \
6363 ../../bin/gmsh2triangle cube_unstructured.msh; \
6464 cd -
6565
Original file line number Diff line number Diff line change 4545
4646# Header section
4747assert mshfile .readline ().strip () == "$MeshFormat"
48- assert mshfile .readline ().strip () == "4 .1 0 8"
48+ assert mshfile .readline ().strip () in [ "2 0 8" , "2 .1 0 8", "2.2 0 8" ]
4949assert mshfile .readline ().strip () == "$EndMeshFormat"
5050
5151# Nodes section
You can’t perform that action at this time.
0 commit comments