mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-13 14:13:02 +00:00
11 lines
159 B
Bash
11 lines
159 B
Bash
|
#! /usr/bin/env sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
echo "Testing..."
|
||
|
|
||
|
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
|
||
|
|
||
|
# Test gorm
|
||
|
make check || (cat Tests/tests.log && false);
|