We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BINDIR
1 parent 0f0bc20 commit a0237c9Copy full SHA for a0237c9
test/runtests.jl
@@ -41,5 +41,10 @@ module TestJLL end
41
@test isdir(@eval TestJLL OpenLibm_jll.artifact_dir)
42
@test isempty(@eval TestJLL OpenLibm_jll.PATH[])
43
@test occursin(Sys.BINDIR, @eval TestJLL OpenLibm_jll.LIBPATH[])
44
+
45
+ # Issue #20
46
+ if Sys.iswindows()
47
+ @test occursin(Sys.BINDIR, JLLWrappers.get_julia_libpaths())
48
+ end
49
end
50
0 commit comments