Skip to content

Commit 492c785

Browse files
committed
Remove all mentions of test/solvers
1 parent f6bcb9b commit 492c785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ if Base.USE_GPL_LIBS
99
# Test multithreaded execution
1010
@testset "threaded SuiteSparse tests" verbose = true begin
1111
@testset "threads = $(Threads.nthreads())" begin
12-
include("solvers/threads.jl")
12+
include("threads.jl")
1313
end
1414
# test both nthreads==1 and nthreads>1. spawn a process to test whichever
1515
# case we are not running currently.
1616
other_nthreads = Threads.nthreads() == 1 ? 4 : 1
1717
@testset "threads = $other_nthreads" begin
18-
let p, cmd = `$(Base.julia_cmd()) --depwarn=error --startup-file=no solvers/threads.jl`
18+
let p, cmd = `$(Base.julia_cmd()) --depwarn=error --startup-file=no threads.jl`
1919
p = run(
2020
pipeline(
2121
setenv(

0 commit comments

Comments
 (0)