diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-07-11 19:54:29 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-07-11 19:54:29 -0300 |
commit | c20106a71d492b5a2250e8ff28df4852057632b7 (patch) | |
tree | c5d957e4b68ebc18a33f649030fcb9e0a1774f78 /t | |
download | App-RunForPid-c20106a71d492b5a2250e8ff28df4852057632b7.tar.gz |
First commit
Diffstat (limited to 't')
-rw-r--r-- | t/01-basic.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/01-basic.t b/t/01-basic.t new file mode 100644 index 0000000..e7fed49 --- /dev/null +++ b/t/01-basic.t @@ -0,0 +1,7 @@ +use v6.c; +use Test; +use App::RunForPid; + +pass "replace me"; + +done-testing; |