Skip to content

Commit

Permalink
Merge pull request #12 from KristofferC/master
Browse files Browse the repository at this point in the history
add missing test dependency
  • Loading branch information
tkoolen authored Jul 2, 2019
2 parents 27dfb5e + e851ed5 commit e86da6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ julia = "1.1"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Statistics", "Pkg", "BenchmarkTools"]
test = ["Test", "Statistics", "Pkg", "BenchmarkTools", "Random"]

0 comments on commit e86da6c

Please sign in to comment.