Skip to content

Commit 0d9ed77

Browse files
vchuravygiordano
andauthored
Update to ParallelTestRunner@1.0.1 (#2668)
--------- Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent d2ec552 commit 0d9ed77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ EnzymeTestUtils = {path = "../lib/EnzymeTestUtils"}
3030

3131
[compat]
3232
EnzymeTestUtils = "0.2.1"
33-
ParallelTestRunner = "0.1.1"
33+
ParallelTestRunner = "1.0.1"

test/runtests.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import Enzyme
2+
import Enzyme_jll
13
using ParallelTestRunner: runtests
2-
using Enzyme_jll: Enzyme_jll
34

4-
function testfilter(test)
5+
function test_filter(test)
56
if test ("metal", "cuda", "amdgpu")
67
return false
78
end
@@ -50,4 +51,4 @@ const init_code = quote
5051
end
5152

5253
@info "Testing against" Enzyme_jll.libEnzyme
53-
runtests(ARGS; testfilter, init_code)
54+
runtests(Enzyme, ARGS; test_filter, init_code)

0 commit comments

Comments
 (0)