mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
tests: add shellspec spec file
This commit is contained in:
parent
6aabe49df1
commit
e022ca0ce7
4 changed files with 59 additions and 1 deletions
12
.shellspec
Normal file
12
.shellspec
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--require spec_helper
|
||||
|
||||
## Default kcov (coverage) options
|
||||
# --kcov-options "--include-path=. --path-strip-level=1"
|
||||
# --kcov-options "--include-pattern=.sh"
|
||||
# --kcov-options "--exclude-pattern=/.shellspec,/spec/,/coverage/,/report/"
|
||||
|
||||
## Example: Include script "myprog" with no extension
|
||||
# --kcov-options "--include-pattern=.sh,myprog"
|
||||
|
||||
## Example: Only specified files/directories
|
||||
# --kcov-options "--include-pattern=myprog,/lib/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue