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 a642004 commit 278a895Copy full SHA for 278a895
Project.toml
@@ -14,8 +14,9 @@ Requires = "1.0"
14
julia = "1.6"
15
16
[extras]
17
+Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
18
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
19
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
20
21
[targets]
-test = ["Test", "SpecialFunctions"]
22
+test = ["Aqua", "Test", "SpecialFunctions"]
test/runtests.jl
@@ -242,3 +242,6 @@ include("hashing.jl")
242
include("specfun.jl")
243
244
include("printf.jl")
245
+
246
+using Aqua
247
+Aqua.test_all(Quadmath)
0 commit comments