Files
thesis/julia/test/runtests.jl
2021-09-25 18:03:20 -06:00

14 lines
293 B
Julia

using Test
using Random
using LinearAlgebra
using SPICE
using Thesis
@testset "All Tests" begin
include("plotting.jl")
include("inner_loop/laguerre-conway.jl")
include("inner_loop/propagator.jl")
include("inner_loop/phase.jl")
# include("inner_loop/monotonic_basin_hopping.jl")
end