Skip to content

Commit 649a3c8

Browse files
committed
Add test
1 parent 77002f4 commit 649a3c8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
66
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
77
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
88
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
9+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
910
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
1011
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"
1112
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ include("utils.jl")
8484
include("allocations.jl")
8585
end
8686
end
87+
@testset verbose = true "GPU" begin
88+
@testset "CUDA" begin
89+
include("cuda.jl")
90+
end
91+
end
8792
end

0 commit comments

Comments
 (0)