From 78f8f43881f0a4fb539f07e9df97805181cc249a Mon Sep 17 00:00:00 2001 From: superjomn Date: Wed, 12 Jun 2019 10:10:03 +0000 Subject: [PATCH] up --- paddle/fluid/lite/tools/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddle/fluid/lite/tools/build.sh b/paddle/fluid/lite/tools/build.sh index 53d4638e46..d592623219 100755 --- a/paddle/fluid/lite/tools/build.sh +++ b/paddle/fluid/lite/tools/build.sh @@ -76,7 +76,8 @@ function test_lite { for _test in $(cat $file); do # We move the build phase here to make the 'gen_code' test compiles after the # corresponding test is executed and the C++ code generates. - make $_test -j$(expr $(nproc) - 2) + #make $_test -j$(expr $(nproc) - 2) + make -j8 ctest -R $_test -V done } -- GitLab