Skip to content

Commit c87783e

Browse files
committed
use ReTest
1 parent 4cb75a3 commit c87783e

3 files changed

Lines changed: 774 additions & 751 deletions

File tree

Project.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
21
name = "RandomExtensions"
32
uuid = "fb686558-2515-59ef-acaa-46db3789a887"
3+
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
44
version = "0.4.2"
55

66
[deps]
7-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
9-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
10+
[extras]
11+
ReTest = "e0db7c4e-2690-44b9-bad6-7687da720f89"
12+
13+
[targets]
14+
test = ["ReTest"]
1015

1116
[compat]
17+
ReTest = "0.1"
1218
julia = "1"

0 commit comments

Comments
 (0)