Files
Jukka Aho bc2cd71f5d test(quadrature): delegate runner to consolidated quadrature rule suite
Replace the retired per-shape modules with the single `test_quadrature_rules.jl`
entry point that mirrors the current quadrature implementation layout.

- SPDX header; trim imports to `Test`, `JuliaFEM`, and `Tensors`.
2026-05-09 18:46:29 +03:00

9 lines
155 B
Julia

# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
using JuliaFEM
using Tensors
include("test_quadrature_rules.jl")