Skip to content

Commit

Permalink
Add test dependencies to Project.toml
Browse files Browse the repository at this point in the history
Also remove the test REQUIRE file, which is no longer used.
  • Loading branch information
ararslan committed Aug 9, 2019
1 parent 94f50ca commit f561c6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1"
DiffEqBase = "5"
julia = "1"

[extras]
DiffEqProblemLibrary = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["DiffEqProblemLibrary", "Test"]
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit f561c6a

Please sign in to comment.