citrun

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

commit b811d84c7b970eeff3432cde92d974d2c54691ce
parent a866f14e7cc37185cce877061a2337195d4b129c
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu,  5 Jan 2017 23:40:45 -0700

t: fix unix preamble

Diffstat:
Mt/inst_preamble.t | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/inst_preamble.t b/t/inst_preamble.t @@ -31,7 +31,8 @@ EOF else { $constructor_decl = <<EOF ; __attribute__((constructor)) static void -citrun_constructor() { +citrun_constructor() +{ citrun_node_add(citrun_major, citrun_minor, &_citrun); } EOF