From fb3056e5133acd48f8b6557513cc1e77646441ea Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:43:14 +0300 Subject: [PATCH] test(basis): load JuliaFEM in gradient property checks Ensure gradient identities run against the same API users import, not a bespoke subset of source files. - Replace relative includes with `using JuliaFEM`. --- test/basis/test_gradient_properties.jl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/basis/test_gradient_properties.jl b/test/basis/test_gradient_properties.jl index 8289cc1..d9d6383 100644 --- a/test/basis/test_gradient_properties.jl +++ b/test/basis/test_gradient_properties.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 "Gradient Properties" begin @testset "Linear elements - constant gradients" begin