citrun

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

commit f5e7842f93e78b2e03aea53bdadd0fa601d3c630
parent 797572e26ca53a5f8cb7ebce510b71b04ff82a7e
Author: kyle <kyle@0x30.net>
Date:   Mon, 26 Dec 2016 14:18:59 -0700

tt: citrun- -> citrun_

Diffstat:
Mtt/package.subr | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tt/package.subr b/tt/package.subr @@ -30,9 +30,9 @@ pkg_test() pkg_check() { - ok "is citrun-check successful" citrun-check -o check.out $workdir + ok "is citrun_check successful" citrun_check -o check.out $workdir strip_millis check.out - ok "citrun-check output diff" diff -u check.good check.out + ok "citrun_check output diff" diff -u check.good check.out } pkg_clean()