Files
RedBear-OS/recipes/dev/pkg-config/source/check/check-special-flags
T

12 lines
294 B
Bash
Executable File

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