Skip to content

Commit 44ac1fb

Browse files
add test deps
1 parent 508790b commit 44ac1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
3737
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3838
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3939
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
40+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4041
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
4142
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
4243
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
4344
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
4445
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4546

4647
[targets]
47-
test = ["Pkg", "Test", "Aqua", "IfElse", "Random", "SparseArrays", "SuiteSparse", "Static", "BandedMatrices"]
48+
test = ["SafeTestsets", "Pkg", "Test", "Aqua", "IfElse", "Random", "SparseArrays", "SuiteSparse", "Static", "BandedMatrices", "BlockBandedMatrices", "GPUArraysCore", "OffsetArrays", "StaticArrays", "StaticArraysCore", "Tracker"]
4849

4950
[weakdeps]
5051
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

0 commit comments

Comments
 (0)