citrun

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

commit 20caf79a22b2fe4711c5ca70c0bf4de6961cccc6
parent 8c2d4a9e9ddde368b7715ee505caaa1bc0002749
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 13 Mar 2016 12:19:29 -0600

wrap: move scv_wrap here with man page

Diffstat:
MMakefile | 2+-
Awrap/Makefile | 6++++++
Rscv_wrap -> wrap/scv_wrap | 0
Awrap/scv_wrap.1 | 10++++++++++
4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -SUBDIR= instrument lib viewer +SUBDIR= instrument lib viewer wrap test: prove diff --git a/wrap/Makefile b/wrap/Makefile @@ -0,0 +1,6 @@ +PROG = scv_wrap +SRCS = + +clean: + +.include <bsd.prog.mk> diff --git a/scv_wrap b/wrap/scv_wrap diff --git a/wrap/scv_wrap.1 b/wrap/scv_wrap.1 @@ -0,0 +1,10 @@ +.Dd March 11, 2016 +.Dt SCV_WRAP 1 +.Os +.Sh NAME +.Nm scv_wrap +.Nd native build wrapper +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +Wraps an existing build command adding instrumentation and runtime components.