Skip to content

Commit 0e61a96

Browse files
vchuravyNHDaly
andcommitted
Add outer testset
Co-authored-by: Nathan Daly <[email protected]>
1 parent 9a0f8e2 commit 0e61a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ using Test
33

44
import LinuxPerf: make_bench, enable!, disable!, reset!, reasonable_defaults, counters
55

6+
@testset "LinuxPerf" begin
7+
68
@testset "simple benchmark" begin
79
@test begin
810
bench = make_bench(reasonable_defaults);
@@ -33,3 +35,5 @@ end
3335
@test v === 4
3436
@test typeof(c1) == typeof(counters(b1))
3537
end
38+
39+
end

0 commit comments

Comments
 (0)