Skip to content

Commit

Permalink
Merge pull request #295 from jishnub/aqua
Browse files Browse the repository at this point in the history
Use Aqua in tests
  • Loading branch information
ViralBShah authored Feb 24, 2024
2 parents c77f59d + 304655e commit 38bf91b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
AbstractFFTs = "1.5"
FFTW_jll = "3.3.9"
LinearAlgebra = "<0.0.1, 1"
MKL_jll = "2019.0.117, 2020, 2021, 2022, 2023, 2024"
Preferences = "1.2"
Reexport = "0.2, 1.0"
Expand Down
5 changes: 5 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Test = "<0.0.1, 1"
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ using AbstractFFTs: Plan, plan_inv
using Test
using LinearAlgebra

using Aqua
@testset "Project quality" begin
Aqua.test_all(FFTW, stale_deps=false, piracies=false)
end

@info "FFTW provider: $(fftw_provider)"

@testset "colmajorstrides" begin
Expand Down

0 comments on commit 38bf91b

Please sign in to comment.