summaryrefslogtreecommitdiff
path: root/check/check-special-flags
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-special-flags')
-rwxr-xr-xcheck/check-special-flags11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/check-special-flags b/check/check-special-flags
new file mode 100755
index 0000000..136160a
--- /dev/null
+++ b/check/check-special-flags
@@ -0,0 +1,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