#!/bin/sh

set -e
set -u

export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles

gnustep-tests Tests/gui || (cat Tests/tests.log; exit 1)

exit 0
