#!/bin/sh
set -e

# upstream README notes that xssep, xsgsep and xssyevr
# are expected to fail in the 64-bit build
export TEST_SKIP_LIST="xssep xsgsep xssyevr"

MPI_IMPL=mpich LIBNAME_SUFFIX=64 debian/tests/test-mpi
