File: wrapper.sh.in

package info (click to toggle)
mutter 3.30.2-9~deb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 42,456 kB
  • sloc: ansic: 326,624; sh: 5,440; makefile: 2,776; xml: 874; ruby: 149; perl: 142; python: 86; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

UNIT_TEST=$1

shift

echo "Running ./test-interactive $UNIT_TEST $@"
echo ""
echo "NOTE: For debugging purposes, you can run this single test as follows:"
echo "$ libtool --mode=execute \\"
echo "          gdb --eval-command=\"b `echo $UNIT_TEST|tr '-' '_'`_main\" \\"
echo "              --args ./test-interactive $UNIT_TEST" 

@abs_builddir@/test-interactive $UNIT_TEST "$@"