Skip to content

Commit 5f8d2dc

Browse files
committed
Add LinearAlgebra to the test suite
1 parent 03c13cf commit 5f8d2dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ julia = "1.6"
1818
[extras]
1919
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
2020
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
21+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2122
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2223
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
2324
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2425

2526
[targets]
26-
test = ["OrdinaryDiffEq", "SafeTestsets", "Test", "ControlSystemsBase", "DataInterpolations"]
27+
test = ["LinearAlgebra", "OrdinaryDiffEq", "SafeTestsets", "Test", "ControlSystemsBase", "DataInterpolations"]

0 commit comments

Comments
 (0)