Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-04 | add tests for PKG_CONFIG_$PACKAGE_$VARIABLE | Jasper Lievisse Adriaanse | |
2019-02-04 | add tests for recently added --validate | Jasper Lievisse Adriaanse | |
2018-05-18 | don't think i had anything planned for whitespace-property-4; drop it | Jasper Lievisse Adriaanse | |
2018-05-17 | add some more whitespace torture partly induced by aja@ | Jasper Lievisse Adriaanse | |
2017-08-26 | Add regression tests for not removing subpaths of /usr/include and | Jonathan Gray | |
/usr/lib. ok jasper@ | |||
2017-08-15 | add static test too | Jasper Lievisse Adriaanse | |
2017-08-15 | add tests for filter system directories | Jasper Lievisse Adriaanse | |
2017-07-09 | Make pkg-config regress tests pass: | Alexander Bluhm | |
- Allow to override PKG_CONFIG and check correct place in logfile. - Replace "if ...; then false; fi" with a simple ! . - Remove comments about failing test which do not fail. - Adapt regress to changes in pkg-config rev 1.64 and 1.72 regarding static and missing tests. OK jasper@ | |||
2015-10-26 | add tests for whitespace surrounding properties | Jasper Lievisse Adriaanse | |
2015-10-11 | add variation on existing --exists tests; separated by spaces | Jasper Lievisse Adriaanse | |
2015-10-10 | add (currently failing) test for --exists foo,bar. | Jasper Lievisse Adriaanse | |
spotted by aja@ | |||
2015-08-14 | add (currently failing) test for version comparison against "22-stable" | Jasper Lievisse Adriaanse | |
from attila@stalphonsos.com | |||
2014-11-02 | Tests for constructs such as 'foo >= a.version foo != another.version'. | Jeremie Courreges-Anglas | |
2014-11-02 | Consistency. | Jeremie Courreges-Anglas | |
2014-11-02 | Tests for pkg-config 'foo != some.version' | Jeremie Courreges-Anglas | |
2014-07-09 | add some (currently failing) tests for openssl-like version number (1.0.1g) ↵ | Jasper Lievisse Adriaanse | |
comparisons | |||
2014-04-14 | fix test regarding false positives | Jasper Lievisse Adriaanse | |
2014-03-31 | add test where Libs contains a variable reference | Jasper Lievisse Adriaanse | |
2014-03-29 | don't spam the console | Jasper Lievisse Adriaanse | |
2014-03-29 | tweak the non-hanging but failing earlier test. | Jasper Lievisse Adriaanse | |
2014-03-29 | add currently failing (rather, hanging) test taken from empathy's | Jasper Lievisse Adriaanse | |
configure script. | |||
2014-03-29 | shuffle --variable related tests together and add a few more which are known ↵ | Jasper Lievisse Adriaanse | |
to pass | |||
2013-06-02 | add (currently failing) regress test for quotes in variable lines, as ↵ | Jasper Lievisse Adriaanse | |
encountered by matthieu@ in new freetype2.pc. | |||
2013-05-30 | sync with pkg-config -r1.80 wrt to the output for empty files. | Jasper Lievisse Adriaanse | |
2013-03-27 | add two tests for resolving a regular module (passes) and the full path | Jasper Lievisse Adriaanse | |
to a pkgconfig file (currently fails). the fix for pkg-config will be committed shortly | |||
2012-12-10 | - add tests for --{atleast,min,max}-version | Jasper Lievisse Adriaanse | |
2012-10-09 | - adjust missing-req-4 test to properly fail | Jasper Lievisse Adriaanse | |
2012-10-09 | - add a (currently failing) test for nonexistant modules in Requires.private. | Jasper Lievisse Adriaanse | |
2012-10-09 | - allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG ↵ | Jasper Lievisse Adriaanse | |
variable. | |||
2012-07-08 | nasty real test, create a Requires that depends on a variable in such a | Marc Espie | |
way that a reparse is needed | |||
2012-07-08 | simplify some more | Marc Espie | |
2012-07-08 | simplify, make sure everything uses ${PKG_CONFIG} | Marc Espie | |
2012-07-03 | hookup previously added static-order test | Jasper Lievisse Adriaanse | |
2012-07-03 | Add a regression test for the static libraries ordering issue | Matthieu Herrb | |
exposed by Xenocara on vax. Worked with src/usr.bin/pkg-config/pkg-config rev 1.27 found in OpenBSD 4.9. Fails since. | |||
2011-11-17 | - adjust after recent pkg-config commit | Jasper Lievisse Adriaanse | |
2011-09-20 | we do properly support linebreaks, so adjust the test | Jasper Lievisse Adriaanse | |
2011-09-20 | - stop pretending to care about variable expansion to multiple values | Jasper Lievisse Adriaanse | |
in a field. the only reason this is "allowed" by fd.o pkg-config is because their parser is sloppy. | |||
2011-09-17 | add (failing) test for a corner case discovered by aja@: linebreaks inside ↵ | Jasper Lievisse Adriaanse | |
fields | |||
2011-09-17 | add a test --variable (expansion to multiple values), currently failing. | Jasper Lievisse Adriaanse | |
2011-07-27 | - add a failing test, to be addressed later. | Jasper Lievisse Adriaanse | |
reminded by oga@ | |||
2011-06-20 | - add tests for suffixes in Requires(.private) | Jasper Lievisse Adriaanse | |
2011-06-16 | - slightly expand test for --static. it works in my local tree but needs ↵ | Jasper Lievisse Adriaanse | |
some more testing. | |||
2011-06-16 | - adjust a test which was succeeding while it shouldn't (after the last | Jasper Lievisse Adriaanse | |
pkg-config commit it does again) | |||
2011-06-15 | more tests | Jasper Lievisse Adriaanse | |
2011-06-15 | - add tests for --static (failing right now) | Jasper Lievisse Adriaanse | |
- fix another test which should fail now | |||
2011-06-13 | fill in tests for getting/setting variables | Jasper Lievisse Adriaanse | |
2011-06-12 | - cleanup now --errors-to-stdout is honored | Jasper Lievisse Adriaanse | |
- zap --short-errors which isn't helping us | |||
2011-06-11 | - add missing comment for missing-req-3 | Jasper Lievisse Adriaanse | |
2011-06-11 | - add test for empty .pc-files | Jasper Lievisse Adriaanse | |
- tweak other corruption tests - add reminder to add tests for --static | |||
2011-06-07 | - add extensive testing for various versioned suffix combinations | Jasper Lievisse Adriaanse | |
- put pkg-config in a variable so it's easier to test with fd.o pkg-config too |