File: upstream

package info (click to toggle)
librabbitmq 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: ansic: 11,497; xml: 747; python: 532; sh: 84; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

SRC=$(pwd)
cd ${AUTOPKGTEST_TMP}
cmake ${SRC}
make all test