File: crc

package info (click to toggle)
libisal 2.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: asm: 44,577; ansic: 42,149; sh: 915; makefile: 622; pascal: 345
file content (9 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

gcc -Wall -o "${AUTOPKGTEST_TMP}/crc.bin" debian/tests/crc.c -lisal
echo "build: OK"
echo -n "run: "
${AUTOPKGTEST_TMP}/crc.bin
echo "OK"