Skip to content

Commit c006772

Browse files
committed
Add LinearAlgebra as test time dep
1 parent 0d989fb commit c006772

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ julia = "1.6"
4141
[extras]
4242
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
4343
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
44+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4445
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
4546
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
4647
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -50,4 +51,4 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
5051
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5152

5253
[targets]
53-
test = ["BenchmarkTools", "SafeTestsets", "Pkg", "Test", "ForwardDiff", "StaticArrays", "Symbolics", "LinearSolve", "Random"]
54+
test = ["BenchmarkTools", "SafeTestsets", "Pkg", "Test", "ForwardDiff", "StaticArrays", "Symbolics", "LinearSolve", "Random", "LinearAlgebra"]

test/basictests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using StaticArrays
33
using BenchmarkTools
44
using LinearSolve
55
using Random
6+
using LinearAlgebra
67
using Test
78

89
# --- NewtonRaphson tests ---

0 commit comments

Comments
 (0)