File: test-unit-root

package info (click to toggle)
libaio 0.3.113-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,156 kB
  • sloc: ansic: 815; makefile: 145; sh: 45
file content (14 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
exec 2>&1
set -u
set -x

if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then
  CC="$DEB_HOST_GNU_TYPE-gcc"
else
  CC=gcc
fi

make check CC="$CC" LIBAIO=-laio