Skip to content

Commit 798f370

Browse files
committed
Use Aqua in tests
1 parent c77f59d commit 798f370

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,18 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212

1313
[compat]
1414
AbstractFFTs = "1.5"
15+
Aqua = "0.8"
1516
FFTW_jll = "3.3.9"
17+
LinearAlgebra = "<0.0.1, 1"
1618
MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023, 2024"
1719
Preferences = "1.2"
1820
Reexport = "0.2, 1.0"
21+
Test = "<0.0.1, 1"
1922
julia = "1.6"
23+
24+
[extras]
25+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
26+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
27+
28+
[targets]
29+
test = ["Aqua", "Test"]

test/Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
7+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
78
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
89
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
11+
[compat]
12+
Aqua = "0.8"
13+
AbstractFFTs = "1.5"
14+
LinearAlgebra = "<0.0.1, 1"
15+
Test = "<0.0.1, 1"

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ using AbstractFFTs: Plan, plan_inv
55
using Test
66
using LinearAlgebra
77

8+
using Aqua
9+
@testset "Project quality" begin
10+
Aqua.test_all(FFTW, stale_deps=fftw_provider=="mkl", piracies=false)
11+
end
12+
813
@info "FFTW provider: $(fftw_provider)"
914

1015
@testset "colmajorstrides" begin

0 commit comments

Comments
 (0)