From 40d8acafdd4fe55d431d1924ba3891f57b8d0bf9 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 1 Jul 2019 15:39:24 +0200 Subject: [PATCH] add test deps --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2cbf3064..e5f0ad82 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,9 @@ julia = "1" [extras] EponymTuples = "97e2ac4a-e175-5f49-beb1-4d6866a6cdc3" Example = "7876af07-990d-54b4-ab0e-23690620f79a" +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [targets] -test = ["Test", "Example", "EponymTuples"] +test = ["Test", "Example", "EponymTuples", "InteractiveUtils", "Random"]