Mercurial > repos > public > sbplib_julia
changeset 213:0bf761485f40 package_refactor
Add test stub to package Grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 11:01:17 +0200 |
parents | aa17d4d9d09e |
children | 08b07c6eeec7 |
files | Grids/Manifest.toml Grids/Project.toml Grids/test/runtests.jl |
diffstat | 3 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Grids/Manifest.toml Wed Jun 26 11:01:17 2019 +0200 @@ -0,0 +1,2 @@ +# This file is machine-generated - editing it directly is not advised +
--- a/Grids/Project.toml Wed Jun 26 11:00:34 2019 +0200 +++ b/Grids/Project.toml Wed Jun 26 11:01:17 2019 +0200 @@ -2,3 +2,9 @@ uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a" authors = ["Jonatan Werpers <jonatan.werpers@it.uu.se>"] version = "0.1.0" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"]