mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Testing - Fix loading order of OCAF and XDE in bug tests #265
GNU compiler have some optimization leads to multiple definitions of static global objects. In case of static linking there are no possible issues, but in case of plug-in application can have multiple definitions of single object.
This commit is contained in:
parent
f9c046f5ff
commit
ac450989ef
@ -3,7 +3,7 @@ puts "0031136: BinXCAF persistence loses normals from triangulation-only Faces"
|
|||||||
puts "=========="
|
puts "=========="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload MODELING XDE OCAF VISUALIZATION
|
pload MODELING OCAF XDE VISUALIZATION
|
||||||
source $env(CSF_OCCTSamplesPath)/tcl/cad.tcl
|
source $env(CSF_OCCTSamplesPath)/tcl/cad.tcl
|
||||||
trinfo res
|
trinfo res
|
||||||
wavefront res $imagedir/${test_image}
|
wavefront res $imagedir/${test_image}
|
||||||
|
@ -3,7 +3,7 @@ puts "0031136: BinXCAF persistence loses normals from triangulation-only Faces"
|
|||||||
puts "=========="
|
puts "=========="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
pload XDE OCAF
|
pload OCAF XDE
|
||||||
|
|
||||||
StoreTriangulation 1 -normals
|
StoreTriangulation 1 -normals
|
||||||
set res [StoreTriangulation -getnormals]
|
set res [StoreTriangulation -getnormals]
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
pload XDE
|
pload OCAF XDE
|
||||||
|
|
||||||
set subgroup xde
|
set subgroup xde
|
||||||
|
Loading…
x
Reference in New Issue
Block a user