Skip to content

Commit 278a895

Browse files
committed
add Aqua tests
1 parent a642004 commit 278a895

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Requires = "1.0"
1414
julia = "1.6"
1515

1616
[extras]
17+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
1718
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1819
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1920

2021
[targets]
21-
test = ["Test", "SpecialFunctions"]
22+
test = ["Aqua", "Test", "SpecialFunctions"]

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,6 @@ include("hashing.jl")
242242
include("specfun.jl")
243243

244244
include("printf.jl")
245+
246+
using Aqua
247+
Aqua.test_all(Quadmath)

0 commit comments

Comments
 (0)