File: upstream-test-suite

package info (click to toggle)
tinycbor 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 844 kB
  • sloc: ansic: 4,028; cpp: 3,392; makefile: 235; perl: 156; sh: 43
file content (7 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash -xe

sed -i 's/#for-autopkgtest/for-autopkgtest/g' debian/patches/series
dpkg-source --before-build "$(pwd)"
command -v qmake6 > /dev/null && QMAKE=qmake6 || QMAKE=qmake
${QMAKE} -o tests/Makefile tests/tests.pro
make -C tests check