File: test.sh

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (10 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env sh

set -ex

echo "Testing..."

. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;

# Test gorm
make check || (cat Tests/tests.log && false);