pkg-config/check/check-special-flags
Dan Nicholson 860cab9a3e check: Rework dirafter test to handle all special cases
Expand the special flags test to check -framework usage and the handling
of multiple arguments.
2013-12-14 10:47:56 -08:00

11 lines
212 B
Bash
Executable file

#! /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