Skip to content

Commit 5ea6938

Browse files
committed
Made global testset
1 parent 7623549 commit 5ea6938

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 @@ import FixedPointDecimals: FD
33
using Base.Test
44
using Compat
55

6+
@testset "FixedPointDecimals" begin
7+
68
const SFD2 = FixedDecimal{Int16, 2}
79
const SFD4 = FixedDecimal{Int16, 4}
810
const FD1 = FixedDecimal{Int, 1}
@@ -409,3 +411,5 @@ end
409411
end
410412
end
411413
end
414+
415+
end # global testset

0 commit comments

Comments
 (0)