diff options
author | merakor <cem@ckyln.com> | 2021-01-05 11:40:43 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-01-05 11:40:43 +0000 |
commit | 3df8f4bd03cc2d087c1abfb340e9d2949e2f91ad (patch) | |
tree | 24e1c5e95ed6ef76e287a525dee6f96807d03ae7 /.shellspec | |
parent | 95f2d2b36dbe54fbc3ca9e330553452cf7423705 (diff) | |
download | cpt-3df8f4bd03cc2d087c1abfb340e9d2949e2f91ad.tar.gz |
shellspec: add unit tests
FossilOrigin-Name: cc6f029081294c10be43ba51dedecb1997cc653215b587a566c0a527705162ab
Diffstat (limited to '.shellspec')
-rw-r--r-- | .shellspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.shellspec b/.shellspec new file mode 100644 index 0000000..77d79cf --- /dev/null +++ b/.shellspec @@ -0,0 +1,3 @@ +--kcov-options "--include-pattern=cpt-lib" +--kcov-options "--include-pattern=/src/cpt,/contrib/cpt-" +--kcov-options "--exclude-pattern=.in" |