Re-packaged

This commit is contained in:
Connor
2021-08-25 15:33:44 -06:00
parent e25d6ff9f4
commit fe627515dc
20 changed files with 584 additions and 137 deletions

16
julia/test/runtests.jl Normal file
View 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()