Skip to content

Commit f439f18

Browse files
Revise runtests
1 parent bd2059c commit f439f18

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

test/runtests.jl

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
using VectorizedReduction
22
using Test
33

4-
@testset "VectorizedReduction.jl" begin
5-
const tests = [
6-
"vrspecials.jl"
7-
"reduce.jl",
8-
"reducedim.jl",
9-
"treduce.jl",
10-
"treducedim.jl"
11-
]
12-
for t in tests
13-
@testset "Test $t" begin
14-
include(t)
15-
end
4+
const tests = [
5+
"vrspecials.jl",
6+
"reduce.jl",
7+
"reducedim.jl",
8+
"treduce.jl",
9+
"treducedim.jl"
10+
]
11+
12+
# @testset "VectorizedReduction.jl" begin
13+
for t in tests
14+
@testset "Test $t" begin
15+
include(t)
1616
end
1717
end
18+
# end

0 commit comments

Comments
 (0)