citrun

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

commit 34c138436084858425552666902130d29c7bfa5b
parent 017236eeaccc552ad1db6cc5856da3307a304036
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 23 Jun 2016 18:45:35 -0600

tt: let libressl build with 8 jobs

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

diff --git a/tt/libressl.t b/tt/libressl.t @@ -26,7 +26,7 @@ my $srcdir = $package->dir() . "/libressl-2.4.1"; system("cd $srcdir && citrun-wrap ./configure") == 0 or die "citrun-wrap ./configure failed"; # Compile. -system("citrun-wrap make -C $srcdir -j4") == 0 or die "citrun-wrap make failed"; +system("citrun-wrap make -C $srcdir -j8") == 0 or die "citrun-wrap make failed"; # Verify: 'openssl' binary has working instrumentation. $ENV{CITRUN_SOCKET} = getcwd . "/citrun-test.socket";