citrun

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

commit 3c7644079fd84479659303e016720b5fb3a8b9af
parent a7b8d906e3b933ccb5a2649d4456cac807c90402
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  5 Jun 2016 10:43:23 -0600

e2e: add parallelism to make

Diffstat:
Me2e/vim.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/vim.t b/e2e/vim.t @@ -28,7 +28,7 @@ system("citrun_wrap make -C $srcdir config") == 0 or die "citrun_wrap make confi # Remove last instrumented node from configure run system("rm $srcdir/LAST_NODE"); -system("citrun_wrap make -C $srcdir 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