Re-packaged
This commit is contained in:
16
julia/test/runtests.jl
Normal file
16
julia/test/runtests.jl
Normal file
@@ -0,0 +1,16 @@
|
||||
using Test
|
||||
using Random
|
||||
using LinearAlgebra
|
||||
using Thesis
|
||||
|
||||
|
||||
# Tests
|
||||
@testset "All Tests" begin
|
||||
include("spacecraft.jl")
|
||||
include("laguerre-conway.jl")
|
||||
include("propagator.jl")
|
||||
include("plotting.jl")
|
||||
include("find_closest.jl")
|
||||
end
|
||||
|
||||
print()
|
||||
Reference in New Issue
Block a user