pkg-config/check/check-special-flags
Dan Nicholson a737256219 check: Add more flags to the special-flags test
Make sure that all the flag types are covered so that the ordering
between them is being tested.

https://bugs.freedesktop.org/show_bug.cgi?id=97337
2017-03-20 07:13:23 -05:00

11 lines
294 B
Bash
Executable file

#! /bin/sh
set -e
. ${srcdir}/common
RESULT="-g -isystem /system1 -idirafter /after1 -ffoo -idirafter /after2 -isystem /system2 -I/foo -I/bar"
run_test --cflags special-flags
RESULT="-L/foo -L/bar -framework Foo -lsimple -framework Bar -Wl,-framework -Wl,Baz"
run_test --libs special-flags