Skip to content

Commit ca6f222

Browse files
Update test deps and includes
1 parent 8371f8a commit ca6f222

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/runtests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
using VectorizedReduction
22
using Test
33
using Random
4+
using LinearAlgebra
45

56
const tests = [
67
"vrspecials.jl",
78
"reduce.jl",
89
"reducedim.jl",
910
"treduce.jl",
10-
"treducedim.jl"
11+
"treducedim.jl",
12+
"vmapreducethen.jl",
13+
"vnorm.jl",
14+
"vdistance.jl",
1115
]
1216

1317
# @testset "VectorizedReduction.jl" begin

0 commit comments

Comments
 (0)