Skip to content

Commit 0e888d0

Browse files
committed
[REMOVE BEFORE MERGE]
1 parent b423e67 commit 0e888d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1111
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
ObjectiveC = "e86c9b32-1129-44ac-8ea0-90d5bb39ded9"
14+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1415
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1516
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1617
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ using Printf: @sprintf
55
import REPL
66
using Test
77

8+
using Pkg
9+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="akreduce")
10+
811
# Quit without erroring if Metal loaded without issues on unsupported platforms
912
if !Sys.isapple()
1013
@warn """Metal.jl succesfully loaded on non-macOS system.

0 commit comments

Comments
 (0)