Skip to content

Commit 9511bdb

Browse files
authored
Merge pull request #16 from grahamas/main
Fix test dependencies
2 parents f78bbe7 + fb7b288 commit 9511bdb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ ManualMemory = "0.1.6"
1818
SIMDTypes = "0.1"
1919
Static = "0.8"
2020
StaticArrayInterface = "1"
21+
Test = "1.11.0"
2122
julia = "1.6"
2223

2324
[extras]
24-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
25-
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
26-
ArrayInterfaceOffsetArrays = "015c0d05-e682-4f19-8f0a-679ce4c54826"
2725
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2826

2927
[targets]
30-
test = ["Aqua", "ArrayInterface", "Test"]
28+
test = ["Test"]

test/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3+
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
4+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)