summaryrefslogtreecommitdiff
path: root/check/check-whitespace
blob: aa551b59f975a81f3053e89bedff45dc375e07a1 (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="-r:foo -L/usr/white\\ space/lib -lfoo\\ bar -lbar\\ baz"
run_test --libs whitespace