Skip to content

Commit a8212c7

Browse files
committed
added quadrotor
1 parent 9589592 commit a8212c7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/problems/TestProblems.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module TestProblems
44

55
include("beam.jl")
66
include("goddard.jl")
7+
include("quadrotor.jl")
78

8-
export Beam, Goddard
9+
export Beam, Goddard, Quadrotor
910

10-
end
11+
end

test/suite/solve/test_canonical.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function test_canonical()
7070
problems = [
7171
("Beam", Beam()),
7272
("Goddard", Goddard()),
73+
("Quadrotor", Quadrotor()),
7374
]
7475

7576
# ----------------------------------------------------------------

0 commit comments

Comments
 (0)