citrun

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

commit 47c4d135e7790b4d6965a075d1f52bd43de1b1c9
parent 1b5653b3191faca22606e98c2a14b71b726ee3e5
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Thu,  5 Jan 2017 21:06:19 -0800

t: update Inline C include path

Diffstat:
Mt/utils.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/utils.pm b/t/utils.pm @@ -212,7 +212,7 @@ sub xread { 1; __DATA__ __C__ -#include "../src/lib.h" +#include "../lib.h" size_t citrun_header_size() { return sizeof(struct citrun_header);