xref: /libCEED/python/test-wheel.sh (revision 11b88dda510d0aa70e79dc59ad165e2a5539c3c3)
1#!/bin/bash -ex
2
3ceed_dir=${1:-.}
4echo "Using CEED_DIR=${ceed_dir}"
5
6#$PYBIN/pip install --upgrade -r requirements-test.txt
7#$PYBIN/pip install libceed --no-index --find-links wheelhouse/
8pushd ${ceed_dir}/python/tests
9python setup-qfunctions.py build
10python -m pytest test-*.py --ceed /cpu/self/opt/blocked -vv
11popd
12