Added tests
This commit is contained in:
16
julia/test/test.jl
Normal file
16
julia/test/test.jl
Normal file
@@ -0,0 +1,16 @@
|
||||
using Test
|
||||
using Random
|
||||
using LinearAlgebra
|
||||
|
||||
# Includes
|
||||
include("../constants.jl")
|
||||
include("../conversions.jl")
|
||||
include("../sft.jl")
|
||||
include("../laguerre-conway.jl")
|
||||
|
||||
# Tests
|
||||
@testset verbose=true "All Tests" begin
|
||||
include("laguerre-conway.jl")
|
||||
end
|
||||
|
||||
print()
|
||||
Reference in New Issue
Block a user