#!/bin/sh

set -e

cd $(dirname "$(realpath "$0")")

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)

./openvml_tests

echo "PASS: fft"
