#!/bin/sh

set -e
set -u

export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
export ADDITIONAL_INCLUDE_DIRS="-I../../../Headers -I../../../Source"

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

exit 0
