From f5ff185741da7f64bc1421f1b41dc59b6b196fe0 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:43:57 +0300 Subject: [PATCH] test(basis): load JuliaFEM in SVector return-shape checks Static-array return paths depend on the same generated helpers as production code; tests should import the package rather than cherry-picking sources. - Drop manual topology/basis includes. --- test/basis/test_svector_returns.jl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/basis/test_svector_returns.jl b/test/basis/test_svector_returns.jl index 0cbfdb9..dff40b4 100644 --- a/test/basis/test_svector_returns.jl +++ b/test/basis/test_svector_returns.jl @@ -2,16 +2,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 "SVector Return Types" begin @testset "Basis functions" begin