File: upstream-tests

package info (click to toggle)
libhdr-histogram 0.11.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: ansic: 5,642; cpp: 133; sh: 13; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
set -e

export DEB_BUILD_PROFILES="nocheck,nodoc"
export DH_VERBOSE=1

echo "dh_auto_configure"
dh_auto_configure --builddir "$AUTOPKGTEST_TMP" -- \
                  -DHDR_HISTOGRAM_BUILD_PROGRAMS=ON \
                  -DBUILD_TESTING=ON

echo "dh_auto_build"
dh_auto_build --builddir "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

pwd

rm --verbose src/libhdr_histogram.so*

ctest --output-on-failure