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

set -e

. ${srcdir}/common

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

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