apps-gorm/.github/scripts/test.sh
2021-07-14 09:17:32 -04:00

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);