summaryrefslogtreecommitdiff
path: root/check/check-define-variable
blob: dd7f3238134155682d2a11b629d3963a6bf4cdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

# Do the Solaris Dance:
if [ ! -d ~root ]  ; then
    exec /usr/xpg4/bin/sh $0 "$@" 
fi

set -e

. ${srcdir}/common

ARGS="--define-variable=includedir=/includedir/ --cflags simple"
RESULT="-I/includedir/"

run_test