#!/bin/sh

exec 2>&1
set -e

cd regressiontests

# Check iffy test - troublesome on amd64.
perl gmxtest.pl complex -only "swap_[xyz]"
perl gmxtest.pl complex -only "swap_[xyz]" -double
perl gmxtest.pl clean
