test(basis): load JuliaFEM in type-stability regression

Inference-sensitive helpers belong behind the public module boundary so changes to
includes do not silently widen types in CI.

- Switch to `using JuliaFEM` after removing relative includes.
This commit is contained in:
Jukka Aho
2026-05-09 18:44:05 +03:00
parent f5ff185741
commit b540c62334
+1 -10
View File
@@ -3,16 +3,7 @@
using Test
using StaticArrays, Tensors
include("../../src/topology/api.jl")
include("../../src/topology/segments.jl")
include("../../src/topology/triangles.jl")
include("../../src/topology/quadrilaterals.jl")
include("../../src/topology/tetrahedra.jl")
include("../../src/topology/hexahedra.jl")
include("../../src/topology/pyramids.jl")
include("../../src/topology/wedges.jl")
include("../../src/basis/api.jl")
include("../../src/basis/basis_generated.jl")
using JuliaFEM
@testset "Type Stability" begin
@testset "Float64" begin