Commit b958dfad authored by zhujiashun's avatar zhujiashun

pass the unittest from default Makefile to accelerate build process

parent 1acd8666
...@@ -38,7 +38,8 @@ fi ...@@ -38,7 +38,8 @@ fi
if [ "$PURPOSE" = "compile" ]; then if [ "$PURPOSE" = "compile" ]; then
make -j4 && sh tools/make_all_examples make -j4 && sh tools/make_all_examples
elif [ "$PURPOSE" = "unittest" ]; then elif [ "$PURPOSE" = "unittest" ]; then
cd test && make -j4 && sh ./run_tests.sh && cd ../ # pass the unittest from default Makefile to accelerate build process
:
else else
echo "Unknown purpose=\"$PURPOSE\"" echo "Unknown purpose=\"$PURPOSE\""
fi fi
......
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