File: unittest.sh

package info (click to toggle)
libite 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,204 kB
  • sloc: sh: 4,665; ansic: 4,170; makefile: 141
file content (7 lines) | stat: -rwxr-xr-x 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
set -e

autoreconf -if
./configure
make check
make clean