summaryrefslogtreecommitdiff
path: root/check/check-special-flags
blob: 136160a24221f80adb6574c035cdf3c72d9bab32 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

. ${srcdir}/common

RESULT="-idirafter /after1 -idirafter /after2 -I/foo -I/bar"
run_test --cflags special-flags

RESULT="-framework Foo -lsimple -framework Bar"
run_test --libs special-flags