test(basis): load JuliaFEM in Kronecker-delta checks

Kronecker tests should exercise exported Lagrange evaluation helpers together with
topology types from the package root.

- Swap fragile src includes for `using JuliaFEM`.
This commit is contained in:
Jukka Aho
2026-05-09 18:43:32 +03:00
parent 9a3d7038ef
commit f67ec02006
+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 "Kronecker Delta Property at Nodes" begin
@testset "Seg2 at nodes" begin