citrun

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

commit 697aa802bea09222abf3520571ed2c76edfa6dde
parent 06568214599b745a9bf917038666b3143dd9e7b7
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 19:32:06 -0600

pkg: fix up PLIST on openbsd

Diffstat:
Mpkg/openbsd/devel/citrun/pkg/PLIST | 2+-
Rt/for.t -> t/inst_for.t | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/openbsd/devel/citrun/pkg/PLIST b/pkg/openbsd/devel/citrun/pkg/PLIST @@ -1,6 +1,5 @@ @comment $OpenBSD$ @bin bin/citrun-gl -@bin bin/citrun-inst bin/citrun-wrap lib/libcitrun.a @man man/man1/citrun-gl.1 @@ -9,6 +8,7 @@ lib/libcitrun.a share/citrun/ share/citrun/c++ share/citrun/cc +@bin share/citrun/citrun-inst share/citrun/clang share/citrun/clang++ share/citrun/eg++ diff --git a/t/for.t b/t/inst_for.t