File: run

package info (click to toggle)
qbe 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: ansic: 13,368; yacc: 843; ml: 466; sh: 379; python: 232; makefile: 100
file content (14 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -eu

if [ -n "${AUTOPKGTEST_TMP:-}" ]; then
	export bin=qbe
fi

export TARGET=$(basename $0)
if [ "$TARGET" = native ]; then
	export TARGET=
fi

./tools/test.sh all