Skip to content

Commit 58c9604

Browse files
committed
wip: extension
1 parent 8a3867a commit 58c9604

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
6060
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6161
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
6262
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
63+
LinearMPC = "82e1c212-e1a2-49d2-b26a-a31d6968e3bd"
6364

6465
[targets]
65-
test = ["Test", "TestItems", "TestItemRunner", "Documenter", "Plots", "DAQP", "FiniteDiff"]
66+
test = ["Test", "TestItems", "TestItemRunner", "Documenter", "Plots", "DAQP", "FiniteDiff", "LinearMPC"]

ext/LinearMPCext.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module LinearMPCext
22

3-
using LinearMPCext
3+
using ModelPredictiveControl, LinearMPC
44

55
export hi
66

0 commit comments

Comments
 (0)