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