Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 6, 2024
1 parent d6df796 commit be4e020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ end
@test state.Y[end] -2.885
@test state.Y[end-1] 2.885
@test demo_state_4p(7).t_sim == 0.014
state=demo_state_4p_3lines(7)
@test typeof(state) == SysState{24}
@test state.X[end] 51.37055f0
state.Y[end] 1.110223f-16
state.t_sim[end] == 0.014
set_data_path(tempdir())
log = KiteUtils.test(true)
@test typeof(log) == SysLog{7}
Expand Down

0 comments on commit be4e020

Please sign in to comment.