Skip to content

Commit fd98d1b

Browse files
Merge pull request #167 from ararslan/aa/deps
Add test dependency on Test to Project.toml
2 parents 06ec70d + c0b76e4 commit fd98d1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616

1717
[compat]
1818
julia = "1"
19+
20+
[extras]
21+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
22+
23+
[targets]
24+
test = ["Test"]

0 commit comments

Comments
 (0)