Add call to GNUstep.sh

This commit is contained in:
Fred Kiefer 2021-07-13 13:28:48 +02:00
parent f37d9278bc
commit 070c533f6a

View file

@ -3,4 +3,6 @@
set -ex
echo "Running unit tests"
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
make check || (cat Tests/tests.log && false);