Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Jun 26, 2018
1 parent ced1158 commit f93ee6d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
using UnitfulAngles
using Unitful
using Base.Test
using Unitful, UnitfulAngles
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end

units = (u"doubleTurn", u"turn", u"halfTurn", u"quadrant", u"sextant", u"octant", u"clockPosition", u"hourAngle", u"compassPoint", u"hexacontade", u"brad", u"°", u"grad", u"arcminute", u"arcsecond", u"rad", u"diameterPart")
quantities = (0.5, 1, 2, 4, 6, 8, 12, 24, 32, 60, 256, 360, 400, 21600, 1296000, 2π, 120π)
Expand Down

0 comments on commit f93ee6d

Please sign in to comment.