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

set -e

. ${srcdir}/common

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

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