Skip to content

Commit 8f46c48

Browse files
Update test deps
1 parent 3da1af6 commit 8f46c48

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
22
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
33
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
45
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using VectorizedReduction
22
using Test
33
using Random
44
using LinearAlgebra
5+
using Statistics
56

67
const tests = [
78
"vrspecials.jl",
@@ -12,6 +13,7 @@ const tests = [
1213
"vmapreducethen.jl",
1314
"vnorm.jl",
1415
"vdistance.jl",
16+
"vstats.jl",
1517
]
1618

1719
# @testset "VectorizedReduction.jl" begin

0 commit comments

Comments
 (0)