Skip to content

Commit

Permalink
update test project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jun 16, 2024
1 parent b5bc609 commit ff51f25
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
StridedViews = "0.1,0.2,0.3"
TupleTools = "1.1"
julia = "1.6"

[compat]
Aqua = "0.8"
LinearAlgebra = "1.6"
Random = "1.6"
Test = "1.6"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random", "Aqua"]
5 changes: 0 additions & 5 deletions test/Project.toml

This file was deleted.

2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ include("blasmultests.jl")
Strided.disable_threaded_mul()

using Aqua
Aqua.test_all(Strided; piracy=false)
Aqua.test_all(Strided; piracies=false)

0 comments on commit ff51f25

Please sign in to comment.