File: wrapper.sh.in

package info (click to toggle)
ukwm 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 27,088 kB
  • sloc: ansic: 312,916; makefile: 2,647; sh: 616; xml: 603; ruby: 149; perl: 142; python: 63; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download | duplicates (23)
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 "$@"