File: sql-bundle-test

package info (click to toggle)
gnustep-sqlclient 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,176 kB
  • sloc: objc: 14,275; perl: 965; makefile: 22; sh: 5
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e
set -u

GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles

make testSQLite && ./obj/testSQLite

exit 0