blob: 6842ddaae13a33fee72e218117c8cc483121bb17 [file] [log] [blame]
export PYTHONPATH=python:topi/python
# Rebuild cython
make cython || exit -1
make cython3 || exit -1
python -m nose -v topi/tests/python || exit -1
python3 -m nose -v topi/tests/python || exit -1