citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 37d833508f7a4881f33f45e7efcbc7ff103df1bb
parent 7b21327fe7a81f336007ae1edc718aa7e0706a24
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 29 Aug 2016 17:59:51 -0600

.proverc: execute both shell and perl tests

Diffstat:
M.proverc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.proverc b/.proverc @@ -1,2 +1,2 @@ --e '/bin/sh' +--ext '.t' --ext '.sh'