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