Skip to content

Commit de61b4d

Browse files
authored
Update test/runtests.jl
1 parent 0769ef6 commit de61b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ end
159159
# end
160160

161161
# Test against MKL_jll using `libmkl_rt`, which is :LP64 by default
162-
if MKL_jll.is_available() && !Sys.iswindows()
162+
if MKL_jll.is_available()
163163
@testset "LBT -> MKL_jll (LP64)" begin
164164
libdirs = unique(vcat(lbt_dir, MKL_jll.LIBPATH_list..., CompilerSupportLibraries_jll.LIBPATH_list...))
165165
run_all_tests(blastrampoline_link_name(), libdirs, :LP64, MKL_jll.libmkl_rt_path; tests = [dgemm, dgemmt, dpstrf, sgesv, sdot, zdotc])

0 commit comments

Comments
 (0)