Unverified Commit 481b9c49 by Tianqi Chen Committed by GitHub

Update task_cpp_unittest.sh

parent c71a5b86
......@@ -21,6 +21,9 @@ set -u
export LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH:-}"
# Remove existing testcases
rm -f build/*_test
make cpptest -j8
for test in build/*_test; do
./$test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment