Commit 58171c2 1 parent 3cc7657 commit 58171c2 Copy full SHA for 58171c2
File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version="1.0" ?>
2
+ <case codename="ArcaneTest" xml:lang="en" codeversion="1.0">
3
+ <arcane>
4
+ <title>Test non manifold mesh</title>
5
+ <description>Test non manifold mesh</description>
6
+ <timeloop>UnitTest</timeloop>
7
+ </arcane>
8
+ <meshes>
9
+ <mesh>
10
+ <filename>mesh_with_loose_items.msh</filename>
11
+ <non-manifold-mesh>true</non-manifold-mesh>
12
+ <face-numbering-version>0</face-numbering-version>
13
+ </mesh>
14
+ </meshes>
15
+
16
+ <unit-test-module>
17
+ <test name="MeshUnitTest">
18
+ <create-edges>true</create-edges>
19
+ <write-mesh-service-name>MshNewMeshWriter</write-mesh-service-name>
20
+ </test>
21
+ </unit-test-module>
22
+ </case>
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ arccore_add_component_test_executable(base
11
11
)
12
12
13
13
target_link_libraries (arccore_base.tests PUBLIC arccore_base GTest::GTest GTest::Main)
14
-
14
+ if (CMAKE_COMPILER_IS_GNUCXX)
15
+ target_compile_options (arccore_base.tests PRIVATE -fext-numeric-literals)
16
+ endif ()
15
17
gtest_discover_tests(arccore_base.tests DISCOVERY_TIMEOUT 30)
You can’t perform that action at this time.
0 commit comments