File: run-testsuite

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

set -eu

export PATH="$PATH:/usr/libexec"

patch -p1 <debian/tests/patches/tests.patch

meson setup build
cd build
ninja test

exit 0