mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 04:50:32 +01:00
11 lines
271 B
Bash
Executable file
11 lines
271 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
. ${srcdir}/common
|
|
|
|
RESULT="-isystem /system1 -idirafter /after1 -idirafter /after2 -isystem /system2 -I/foo -I/bar"
|
|
run_test --cflags special-flags
|
|
|
|
RESULT="-framework Foo -lsimple -framework Bar -Wl,-framework -Wl,Baz"
|
|
run_test --libs special-flags
|