meson/test cases
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation
Usage:
    pkgconfig.generate(
      ...
      description : 'A library with custom variables.',
      variables : ['foo=bar', 'datadir=${prefix}/data']
      )

The variables 'prefix', 'libdir' and 'includedir' are reserved, meson will
fail with an error message.

Variables can reference each other with the pkgconfig notation, e.g.

   variables : ['datadir=${prefix}/data',
                'otherdatadir=${datadir}/other']

meson does not check this for correctness or that the referenced variable
exists, we merely keep the same order as specified.
2017-05-11 00:13:30 +03:00
..
common pkgconfig: add suppport for custom variables during generation 2017-05-11 00:13:30 +03:00
csharp Fix tests for the new library/executable naming scheme 2016-07-01 20:50:47 +05:30
d d: Add testcase for linking multiple versioned shared libraries 2017-04-15 19:31:43 +02:00
failing pkgconfig: add suppport for custom variables during generation 2017-05-11 00:13:30 +03:00
failing build/1 vala c werror tests/failing build/1: Fix test with ICC 2017-01-04 00:40:54 +05:30
fortran ifort: Derive from IntelCompiler base class 2017-01-04 00:41:56 +05:30
frameworks Upgrade CI image to Ubuntu Zesty. 2017-05-09 18:39:50 +03:00
java Do not strip jar targets. Closes #1343. 2017-02-06 19:09:22 +01:00
linuxlike dependencies: Fix two more edge-cases in dependency searching 2017-05-09 14:24:48 +05:30
objc Skip objc/nsstring test on Cygwin 2017-04-06 22:48:02 +01:00
osx Don't generate import library for shared modules 2017-04-04 14:59:13 +05:30
prebuilt Added test for a prebuilt static library and a declare_dependency that uses it. 2016-07-25 22:00:38 +03:00
python3 python3: Add tests for sysconfig_path() and language_version() 2017-03-30 09:16:26 -04:00
rewrite Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
rust rust: Support executable name differing from source name 2017-03-29 21:09:51 +03:00
swift Swift tests: Don't use label: syntax with older Swift 2016-10-07 11:51:18 +05:30
unit Do not obliterate old rpath because it might be used due to read only data sharing. Closes #1619. 2017-04-17 12:48:54 +03:00
vala vala: Allow installation into default directories 2017-04-12 23:33:02 +03:00
windows Allow using generated files to shared_library vs_module_defs. Closes #1605 2017-04-10 15:43:17 -07:00