citrun

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

commit 40745682f836244ff4d41c059f91e7daed0cd309
parent 8cf6c513e324efeab40534e8860580c661dc6b8d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue, 29 Mar 2016 22:16:26 -0600

t: fix tmp dir on osx

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

diff --git a/t/inst_preamble.t b/t/inst_preamble.t @@ -19,6 +19,8 @@ $project->compile(); my $tmp_dir = $project->get_tmpdir(); +$tmp_dir = substr( $tmp_dir, 8 ) if ($^O eq "darwin"); + my $preamble_good = <<EOF; #include <stdint.h> struct _scv_node {