|
|
@ -74,11 +74,11 @@ cat <<EOF
|
|
|
|
Running unit tests ...
|
|
|
|
Running unit tests ...
|
|
|
|
========================================
|
|
|
|
========================================
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
|
|
|
|
ctest --output-on-failure
|
|
|
|
# make install should also be test when unittest
|
|
|
|
# make install should also be test when unittest
|
|
|
|
make install -j `nproc`
|
|
|
|
make install -j `nproc`
|
|
|
|
pip install /usr/local/opt/paddle/share/wheels/*.whl
|
|
|
|
pip install /usr/local/opt/paddle/share/wheels/*.whl
|
|
|
|
paddle version
|
|
|
|
paddle version
|
|
|
|
ctest --output-on-failure
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|