Skip to content

Commit a0237c9

Browse files
committed
Add test for BINDIR on windows
1 parent 0f0bc20 commit a0237c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ module TestJLL end
4141
@test isdir(@eval TestJLL OpenLibm_jll.artifact_dir)
4242
@test isempty(@eval TestJLL OpenLibm_jll.PATH[])
4343
@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
4449
end
4550
end

0 commit comments

Comments
 (0)