tests/lib1


Log

Author Commit Date CI Message
Baptiste Daroussin ff6c9c96 2015-02-02T17:29:39 Add a test for multiline descriptions Found in tracker-sparql project
Jean-Sébastien Pédron bff5f15d 2014-07-31T16:15:31 Support .pc file without a trailing newline Some editors write text files without a newline character at the end of the last line. Before this change, the main loop in pkg_new_from_file() expected a newline character at the end of the line and overwrote it with a NUL character. In the case of the last line in a non-newline-terminated file, this ate the last character of that line. Now, the pkg_fgetline() function takes care of returning a line without the newline character (or the "\r\n" sequence in case of a DOS file format).
William Pitcock 12ff14f8 2014-07-09T01:23:51 fragments: handle sysroot dir munging directly in a smarter way Previously we just let the tuple system handle it, but pkg-config modules which do not define variables were able to get by the checks. While here, check to ensure we do not duplicate the sysroot dir twice if it is already defined in the pkg-config module file. Downstream bug: https://bugs.busybox.net/show_bug.cgi?id=5750
William Pitcock c80229c6 2014-07-01T23:30:59 tests: add test for #67
William Pitcock 8cf58d7c 2014-02-10T23:50:45 tests: add test for variable case-sensitivity (ref #60)
Tony Theodore dd975df1 2013-08-24T13:58:41 Add test for multiple dependencies on base package
William Pitcock 9d960fb9 2013-08-23T03:44:33 fragment: use forward-merge for static linking (closes #51)
William Pitcock 2a638d4f 2013-08-23T02:41:59 Add test for Libs.private deduplication (issue #51).
Tony Theodore 1c658f03 2013-08-14T15:36:43 add Cflags.private fragment
William Pitcock 7ecf1e27 2013-03-15T17:12:06 tests: add tests for bug #47
William Pitcock 9dc3cbc7 2013-02-24T07:04:15 testsuite: add a test for tilde quoting
William Pitcock 29369270 2013-02-24T06:58:51 testsuite: add test for static archives in Libs:
William Pitcock b1949e77 2013-02-24T06:42:03 testsuite: add tests for circular dependencies
William Pitcock beda1fff 2013-02-24T06:29:53 testsuite: add pkg-config files creating an intentional circular dependency
William Pitcock 87d2ec55 2012-09-14T15:35:18 tests: simplify test 17 to remove $(SYSTEM_LIBDIR) fluff
William Pitcock 749a604c 2012-09-02T17:34:44 tests: add test for freedesktop.org bug 54271
Baptiste Daroussin 4eedb041 2012-08-20T22:47:10 if no cflags or libs are defined in .pc just return 0 and output nothing
Baptiste Daroussin ab48da3f 2012-08-14T11:12:01 Keep the backslash when parsing arguments (fixes #35)
Baptiste Daroussin 9a263375 2012-08-12T12:32:31 return 1 and do not output anything a requirement is missing
William Pitcock c80b0887 2012-08-09T16:43:20 tests: add tests for issue #34
William Pitcock dde29619 2012-07-30T01:31:14 tests: add test for multiline crasher
William Pitcock 197cb9b9 2012-07-25T17:23:21 tests: add tests for cflags/libs-only ordering flags
William Pitcock c544e9e0 2012-07-25T17:07:34 tests: add test for argv-parse splitting issue with filenames
William Pitcock 5f168493 2012-07-23T20:53:20 tests: add tests for dpkg-style tilde version comparison rules
William Pitcock 948e2190 2012-05-11T20:32:32 tests: add tests for 'conflicts' field (issue #13)
William Pitcock f70555e7 2012-05-05T23:09:34 tests: add tests for --uninstalled option
William Pitcock 1ac3cbd4 2012-05-05T20:21:16 tests/dos-lineendings: fix committed version
William Pitcock 4e954013 2012-05-05T17:43:53 tests: add test for argv-parse bug causing audacious build failure
William Pitcock f1d13ef0 2012-05-04T03:08:55 tests: add dos-lineendings test
Michał Górny 23e31fd7 2012-05-03T09:15:32 Add tests for 'Requires' and '.private'.
Michał Górny 97b8c093 2012-05-03T08:50:57 Add minimal tests.