mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 17:22:10 +00:00
chore(test): remove stray test/element runner
Delete the mistyped `element/` harness superseded by `test/elements/runtests.jl`. - Drop `test/element/runtests.jl`.
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# This file is a part of JuliaFEM.
|
||||
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE
|
||||
|
||||
"""
|
||||
Test Suite for Ciarlet Elements
|
||||
"""
|
||||
|
||||
using Test
|
||||
using JuliaFEM
|
||||
using Tensors
|
||||
|
||||
@testset "Ciarlet Elements" begin
|
||||
@testset "CElement Type" begin
|
||||
include("test_celement_type.jl")
|
||||
end
|
||||
|
||||
@testset "CElement Creation" begin
|
||||
include("test_celement_creation.jl")
|
||||
end
|
||||
|
||||
@testset "CElement Interpolation" begin
|
||||
include("test_celement_interpolation.jl")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user