summaryrefslogtreecommitdiff
path: root/check/check-special-flags
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-special-flags')
-rwxr-xr-xcheck/check-special-flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/check/check-special-flags b/check/check-special-flags
index 9679458..35b56e6 100755
--- a/check/check-special-flags
+++ b/check/check-special-flags
@@ -4,8 +4,8 @@ set -e
. ${srcdir}/common
-RESULT="-isystem /system1 -idirafter /after1 -idirafter /after2 -isystem /system2 -I/foo -I/bar"
+RESULT="-g -isystem /system1 -idirafter /after1 -ffoo -idirafter /after2 -isystem /system2 -I/foo -I/bar"
run_test --cflags special-flags
-RESULT="-framework Foo -lsimple -framework Bar -Wl,-framework -Wl,Baz"
+RESULT="-L/foo -L/bar -framework Foo -lsimple -framework Bar -Wl,-framework -Wl,Baz"
run_test --libs special-flags