TaylorTest/test/runtests.jl

12 lines
226 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")
include("nonallocating.jl")