citrun

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

commit ca94c0dcbc1f6f8042a8dd540a287ffe0fe006d2
parent fc33834d06d565f3c3ba0258f42f1a394affe446
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue,  7 Jun 2016 19:55:08 -0600

e2e: update for recent changes

Diffstat:
Me2e/vim.t | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/vim.t b/e2e/vim.t @@ -24,11 +24,11 @@ system("cd $tmpdir && curl -O $vim_src") == 0 or die "download failed"; system("cd $tmpdir && tar xjf vim-7.4.tar.bz2") == 0 or die "extract failed"; my $srcdir = "$tmpdir/vim74/src"; -system("citrun_wrap make -C $srcdir config") == 0 or die "citrun_wrap make config failed"; +system("citrun-wrap make -C $srcdir config") == 0 or die "citrun-wrap make config failed"; # Remove last instrumented node from configure run system("rm $srcdir/LAST_NODE"); -system("citrun_wrap make -C $srcdir -j8 myself") == 0 or die "citrun_wrap make failed"; +system("citrun-wrap make -C $srcdir -j8 myself") == 0 or die "citrun-wrap make failed"; # # Check that the native test suite can pass, validating that the instrumentation