Skip to content

Commit 187415b

Browse files
add Random to DevTools tests
1 parent 7e3d7ce commit 187415b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
Manifest.toml

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ DiffEqBase = "6"
2020
DiffEqNoiseProcess = "3.3"
2121
DiffEqProblemLibrary = "4.5"
2222
NLsolve = "4.2"
23-
RecursiveArrayTools = "1.0"
2423
RecipesBase = "0.7"
24+
RecursiveArrayTools = "1.0"
2525
julia = "1"
2626

2727
[extras]
2828
DelayDiffEq = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
2929
DiffEqProblemLibrary = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
3030
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
3131
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
32+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3233
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
3334
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3435

3536
[targets]
36-
test = ["DelayDiffEq", "DiffEqProblemLibrary", "OrdinaryDiffEq", "ParameterizedFunctions", "StochasticDiffEq", "Test"]
37+
test = ["DelayDiffEq", "DiffEqProblemLibrary", "OrdinaryDiffEq", "ParameterizedFunctions", "Random", "StochasticDiffEq", "Test"]

0 commit comments

Comments
 (0)