File: upstream

package info (click to toggle)
libpqtypes 1.5.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,052 kB
  • sloc: sh: 8,333; ansic: 7,603; makefile: 71
file content (9 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eux

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