File: upstream-tests

package info (click to toggle)
serf 1.3.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,380 kB
  • sloc: ansic: 17,446; python: 60; sh: 50; makefile: 48
file content (11 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e

CC=${CC:-cc}

SRCDIR=$(pwd)
cd "$AUTOPKGTEST_TMP"

cp -a "${SRCDIR}/debian/tests/Makefile" "${SRCDIR}/build/check.py" "${SRCDIR}/serf_private.h" "${SRCDIR}/test" .

make check