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

set -e

. ${srcdir}/common

# expect cflags from whitespace
ARGS="--cflags whitespace"
RESULT='-Dlala=misc -I/usr/white\ space/include -I$(top_builddir) -Iinclude\ dir -Iother\ include\ dir'
run_test

# expect libs from whitespace
ARGS="--libs whitespace"
RESULT="-r:foo -L/usr/white\\ space/lib -lfoo\\ bar -lbar\\ baz"
run_test