citrun

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

commit 27b7fb322291afd19db40d0641c9c6efc061a00d
parent a514fb3a853bbc3cc5067f398c41d2525e3e9c00
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue,  3 Jan 2017 20:04:05 -0800

t: sync output with recent code change

Diffstat:
Mt/inst_basic_link.t | 2+-
Mt/inst_binop.t | 2+-
Mt/inst_dowhile.t | 2+-
Mt/inst_for.t | 2+-
Mt/inst_funcdef.t | 2+-
Mt/inst_if.t | 2+-
Mt/inst_log.t | 4++--
Mt/inst_macro.t | 2+-
Mt/inst_preprocess.t | 4++--
Mt/inst_return.t | 2+-
Mt/inst_switch.t | 2+-
Mt/inst_two_src.t | 2+-
Mt/inst_while.t | 2+-
13 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/t/inst_basic_link.t b/t/inst_basic_link.t @@ -22,7 +22,7 @@ if ($^O eq "MSWin32") { my $log_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' PATH='' Found source file '' Link detected, adding '' to command line. diff --git a/t/inst_binop.t b/t/inst_binop.t @@ -54,7 +54,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_dowhile.t b/t/inst_dowhile.t @@ -32,7 +32,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_for.t b/t/inst_for.t @@ -32,7 +32,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_funcdef.t b/t/inst_funcdef.t @@ -36,7 +36,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_if.t b/t/inst_if.t @@ -42,7 +42,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_log.t b/t/inst_log.t @@ -42,7 +42,7 @@ $wrap->run( args => 'jam', chdir => $wrap->curdir ); my $citrun_log_good =<<EOF ; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' PATH='' Found source file '' Modified command line is '' @@ -61,7 +61,7 @@ Forked compiler '' Rewritten source compile successful Restored '' >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' PATH='' Link detected, adding '' to command line. Modified command line is '' diff --git a/t/inst_macro.t b/t/inst_macro.t @@ -33,7 +33,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_preprocess.t b/t/inst_preprocess.t @@ -17,7 +17,7 @@ $inst->write( 'prepro.c', $preproc ); # Test -E my $check_good = <<EOF ; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Preprocessor argument -E found Running as citrun_inst, not calling exec() EOF @@ -39,7 +39,7 @@ is( $? >> 8, 0, 'is citrun_inst exit code 0' ); # Test -MM $check_good = <<EOF ; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Preprocessor argument -MM found Running as citrun_inst, not calling exec() EOF diff --git a/t/inst_return.t b/t/inst_return.t @@ -42,7 +42,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_switch.t b/t/inst_switch.t @@ -46,7 +46,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument '' diff --git a/t/inst_two_src.t b/t/inst_two_src.t @@ -28,7 +28,7 @@ if ($^O eq "MSWin32") { my $log_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' PATH='' Found source file '' Found source file '' diff --git a/t/inst_while.t b/t/inst_while.t @@ -34,7 +34,7 @@ EOF my $check_good = <<EOF; >> citrun_inst -CITRUN_SHARE = '' +CITRUN_COMPILERS = '' Found source file '' Modified command line is '' Added clangtool argument ''