xref: /libCEED/python/test-wheel.sh (revision b559d91ba7f8b07d9f0c29b369435665983b29e7)
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