diff --git a/lib/LinearSolvePardiso/Project.toml b/lib/LinearSolvePardiso/Project.toml index fcb613e04..2ec3b8219 100644 --- a/lib/LinearSolvePardiso/Project.toml +++ b/lib/LinearSolvePardiso/Project.toml @@ -18,7 +18,8 @@ UnPack = "1" julia = "1.6" [extras] +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test"] \ No newline at end of file +test = ["Random", "Test"] \ No newline at end of file diff --git a/lib/LinearSolvePardiso/test/runtests.jl b/lib/LinearSolvePardiso/test/runtests.jl index ad3b3d7d2..2b1fd0b42 100644 --- a/lib/LinearSolvePardiso/test/runtests.jl +++ b/lib/LinearSolvePardiso/test/runtests.jl @@ -1,4 +1,4 @@ -using LinearSolve, LinearSolvePardiso, SparseArrays +using LinearSolve, LinearSolvePardiso, SparseArrays, Random A1 = sparse([1.0 0 -2 3 0 5 1 2