Skip to content

Commit 5a2f608

Browse files
committed
libdl
1 parent 6aa48e5 commit 5a2f608

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
@@ -12,9 +12,10 @@ blis_jll = "1.0"
1212
julia = "1.8"
1313

1414
[extras]
15+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1516
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1617
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1718
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1819

1920
[targets]
20-
test = ["Test", "LinearAlgebra", "Random"]
21+
test = ["Test", "LinearAlgebra", "Random", "Libdl"]

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Test
22
using LinearAlgebra
33
using Random
4+
using Libdl
45

56
function blas()
67
libs = BLAS.get_config().loaded_libs

0 commit comments

Comments
 (0)