提交 78f8f438 编写于 作者: S superjomn

up

上级 b871de28
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册