Skip to content

Commit 38bf91b

Browse files
authored
Merge pull request #295 from jishnub/aqua
Use Aqua in tests
2 parents c77f59d + 304655e commit 38bf91b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
[compat]
1414
AbstractFFTs = "1.5"
1515
FFTW_jll = "3.3.9"
16+
LinearAlgebra = "<0.0.1, 1"
1617
MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023, 2024"
1718
Preferences = "1.2"
1819
Reexport = "0.2, 1.0"

test/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
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+
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=false, piracies=false)
11+
end
12+
813
@info "FFTW provider: $(fftw_provider)"
914

1015
@testset "colmajorstrides" begin

0 commit comments

Comments
 (0)