summaryrefslogtreecommitdiff
path: root/tests/wrapper.sh
blob: 07cc784f6bc1b32fd71c60cd38bf7d86e9b70b9a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

## get some parameters from the makefile

srcdir=$1
top_builddir=$2
export SHELL srcdir top_builddir

$3