We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2059c commit f439f18Copy full SHA for f439f18
test/runtests.jl
@@ -1,17 +1,18 @@
1
using VectorizedReduction
2
using Test
3
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
+const tests = [
+ "vrspecials.jl",
+ "reduce.jl",
+ "reducedim.jl",
+ "treduce.jl",
+ "treducedim.jl"
+]
+
+# @testset "VectorizedReduction.jl" begin
+for t in tests
+ @testset "Test $t" begin
+ include(t)
16
end
17
18
+# end
0 commit comments