File: upstream

package info (click to toggle)
libpqtypes 1.5.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,100 kB
  • sloc: sh: 8,334; ansic: 7,601; makefile: 71
file content (12 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eux

# avoid build failure with TZ=Etc/GMT+12
export TZ=UTC

rm -f test
cp /usr/share/misc/config.* .
[ -f Makefile ] || ./configure
make test CFLAGS+=-I/usr/include/postgresql
pg_virtualenv ./test ""