Skip to content

Commit 25fad1e

Browse files
test: add PreallocationTools to test environment
1 parent 0d20bca commit 25fad1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ModelingToolkitStandardLibrary = "2.7"
2424
Optimization = "3.24"
2525
OptimizationOptimisers = "0.2.1"
2626
OrdinaryDiffEq = "6.74"
27+
PreallocationTools = "0.4"
2728
Random = "1.10"
2829
SafeTestsets = "0.1"
2930
SciMLStructures = "1.1.0"
@@ -40,11 +41,12 @@ JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
4041
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
4142
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
4243
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
44+
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
4345
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4446
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
4547
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
4648
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
4749
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4850

4951
[targets]
50-
test = ["Aqua", "JET", "Test", "OrdinaryDiffEq", "ForwardDiff", "Optimization", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures", "StableRNGs", "SymbolicIndexingInterface"]
52+
test = ["Aqua", "JET", "Test", "OrdinaryDiffEq", "ForwardDiff", "Optimization", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures", "StableRNGs", "SymbolicIndexingInterface", "PreallocationTools"]

0 commit comments

Comments
 (0)