File: functional

package info (click to toggle)
debsig-verify 0.34
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 908 kB
  • sloc: sh: 6,915; ansic: 1,219; makefile: 102
file content (10 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

# Configure
autoreconf -f -i 2>&1
./configure

# Run the install-time test suite
make installcheck