summaryrefslogtreecommitdiff
path: root/check/check-cflags
blob: eb2d6bc514029e7870a2d3ca8b1b2180bd91ddc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

# Make sure we're POSIX
if [ "$PKG_CONFIG_SHELL_IS_POSIX" != "1" ]; then
    PKG_CONFIG_SHELL_IS_POSIX=1 PATH=`getconf PATH` exec sh $0 "$@"
fi

set -e

. ${srcdir}/common

ARGS="--cflags simple"
RESULT=""
run_test

ARGS="--cflags fields-blank"
RESULT=""
run_test