TaylorTest/test/runtests.jl
2025-02-11 13:42:19 +01:00

11 lines
198 B
Julia

import Test: @test, @testset
import TaylorTest
import SpecialFunctions: erf
import TensorOperations as TO
include("trig_functions.jl")
include("gauss.jl")
include("erf.jl")
include("tensors.jl")