From 872fa11356e95c34a4ad82ae5331498e9feb15c7 Mon Sep 17 00:00:00 2001 From: Kali Uday Date: Tue, 8 Nov 2022 14:21:47 +0530 Subject: [PATCH] NITS --- test/onemkl.jl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/onemkl.jl b/test/onemkl.jl index 76506319..1a6f95f9 100644 --- a/test/onemkl.jl +++ b/test/onemkl.jl @@ -15,7 +15,9 @@ k = 13 oneMKL.copy!(m,A,B) @test Array(A) == Array(B) - # Test nrm2 primitive - @test testf(norm, rand(T,m)) + @testset "nrm2" begin + # Test nrm2 primitive + @test testf(norm, rand(T,m)) + end end # level 1 testset end