mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 04:20:04 +01:00
Add some more tests for handling unusual variables such as those that are quoted or that contain shell characters. This should help make the --variable output more reliable in the future. https://bugs.freedesktop.org/show_bug.cgi?id=93284
11 lines
256 B
PkgConfig
11 lines
256 B
PkgConfig
prefix=/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir="${prefix}/include"
|
|
cppflags=-I${includedir}/foo \
|
|
-DFOO=\"/bar\"
|
|
|
|
Name: Complex variables
|
|
Description: Test complex variable output
|
|
Version: 1.0
|
|
Cflags: -I${includedir} ${cppflags}
|