Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-09 | Fix test to that it's possible to check correctness when | jlam | 1 | -2/+2 | |
COMPILER_RPATH_FLAG is "-Wl,-rpath,". | |||||
2005-06-08 | Add two new tests for rpath argument merging and splitting. | jlam | 3 | -1/+33 | |
2005-06-02 | Fix typo. | wiz | 1 | -2/+2 | |
2005-06-02 | add tests for groups of mutually exclusive options | dillo | 5 | -2/+47 | |
2005-06-02 | adapt to quoting fixes | dillo | 1 | -1/+1 | |
2005-06-01 | test legacy var with `-' in option name | dillo | 2 | -6/+6 | |
2005-05-31 | fix comments describing test cases | dillo | 6 | -12/+14 | |
2005-05-31 | To ease cleanup of the options namespace, add code to support legacy | dillo | 3 | -2/+20 | |
option names: PKG_OPTIONS_LEGACY_OPTS+= old:new If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or -old) it is rewritten to new (or -new) and a warning is issued by the supported-options-message target. | |||||
2005-05-28 | two new test cases: | dillo | 5 | -2/+47 | |
- all: test overrides and PKG_LEGACY_VARS - unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-19 | Simplified how the testcases are invoked. | rillig | 2 | -8/+4 | |
2005-05-19 | Added the pkg-options regression test. | rillig | 1 | -1/+2 | |
2005-05-16 | Added the ``order'' testcase, which works since bsd.options.mk, revision | rillig | 1 | -2/+2 | |
1.22. | |||||
2005-05-16 | Imported testsuite for the bsd.options.mk framework. | rillig | 6 | -0/+65 | |
2005-05-15 | Added an example workaround to bug1.mk. | rillig | 2 | -10/+30 | |
2005-05-15 | Found a bug in the pkgsrc bmake and NetBSD-1.6.2 /usr/bin/make, which has | rillig | 3 | -2/+39 | |
been fixed at least in NetBSD-2.99.15. Wrote a testcase for it. | |||||
2005-05-15 | Added make-quoting. | rillig | 1 | -1/+2 | |
2005-05-15 | Imported make-quoting, a regression test to make sure various weird quoting | rillig | 18 | -0/+181 | |
styles stay valid when updating the pkgsrc make(1) program. The test cases also serve as kind of demonstration how things work inside make(1). | |||||
2005-05-08 | Add and enable bootstrap-install-sh. | jlam | 1 | -1/+2 | |
2005-05-08 | Regression test for the bootstrap install-sh script which is a BSD install | jlam | 3 | -0/+430 | |
replacement. | |||||
2005-05-02 | Remove the need for ${FIND} in the top-level make. | jlam | 2 | -18/+42 | |
2005-05-02 | Remove NO_BUILD, which was causing the wrappers to not be created after | jlam | 1 | -2/+1 | |
revision 1.1604 of bsd.pkg.mk. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 3 | -6/+3 | |
2005-02-12 | New test to verify that the USE_GNU_TOOLS mechanism works while building | gavan | 3 | -1/+58 | |
a different GNU tool. For now, this test fails if flex or bison are already installed. This is suboptimal, but the alternatives (choosing a different PKG_DBDIR and LOCALBASE) are difficult to implement at the individual test level. | |||||
2005-01-26 | Add new regression tests to test that we correctly handle full paths to | jlam | 2 | -0/+16 | |
shared libraries and shared modules. | |||||
2005-01-10 | Update to work with current bsd.wrapper.mk. | jlam | 1 | -13/+5 | |
2004-11-09 | Add regression tests to check that -DFOO="/usr/pkg/lib/libfoo.la" isn't | jlam | 2 | -0/+16 | |
transformed by the wrapper scripts. This is the test case for the breakage in compiling audio/arts reported several weeks ago on tech-pkg@. | |||||
2004-09-25 | Add a test for the "rmdir" transformation. | jlam | 2 | -1/+14 | |
2004-09-08 | Add and enable print-plist. | jmmv | 1 | -1/+2 | |
2004-09-08 | Initial import of the print-plist regression test: | jmmv | 4 | -0/+55 | |
This test verifies that print-PLIST works, as well as related functionality such as PRINT_PLIST_AWK. Reviewed by gavan@. | |||||
2004-09-07 | Add a test for correctness of oddly-quoted arguments. | jlam | 1 | -0/+8 | |
2004-09-07 | Add missing spec file which was causing pkg_regress to not run this test. | jlam | 1 | -0/+12 | |
2004-08-30 | Check for the right output on a platform that has _USE_RPATH == no. | jlam | 4 | -8/+36 | |
2004-08-30 | Add and enable buildlink-libtool. | jlam | 1 | -1/+2 | |
2004-08-30 | Regression test for the buildlink libtool manipulations. Start with | jlam | 3 | -0/+110 | |
testing whether munging dependency_libs in installed libtool archives works properly. | |||||
2004-08-29 | Correct typo in comment. | jlam | 2 | -4/+4 | |
2004-08-29 | Make the lib-expand test do a little more: see that repeated library args | jlam | 1 | -2/+2 | |
are nuked. | |||||
2004-08-28 | Provide a way to report the number of subtests passed and failed. | jlam | 2 | -4/+36 | |
2004-08-28 | Don't die as soon as the first test fails. Instead, run them all, | jlam | 2 | -9/+27 | |
then report how many failed and which ones. Return with an exit code indicating how many tests failed. | |||||
2004-08-28 | Allow this test to be used with both the current buildlink3 framework | jlam | 1 | -6/+17 | |
and the forthcoming wrapper script framework. | |||||
2004-08-28 | Add some more tests for "l" and "rm" BUILDLINK_TRANSFORM commands. | jlam | 4 | -3/+38 | |
2004-08-28 | Add and enable buildlink-unwrap. | jlam | 1 | -1/+2 | |
2004-08-28 | Regression test for whether *-config scripts and other similar files are | jlam | 4 | -0/+139 | |
correctly unwrapped (unbuildinkified). | |||||
2004-08-28 | Add some comments. | jlam | 1 | -2/+9 | |
2004-08-28 | Add spec file so that this can be driven by pkg_regress. | jlam | 1 | -0/+12 | |
2004-08-28 | Add NetBSD tag. | jlam | 1 | -0/+2 | |
2004-08-28 | Add pkgfail, a simple regression test which ensures that PKG_FAIL_REASON works. | gavan | 3 | -1/+66 | |
This test serves as a simple example of how to write a regression test. | |||||
2004-08-27 | Revert previous. The fact that they don't pass is something to fix, not | jlam | 1 | -3/+1 | |
to avoid (although this is fixed in the soon-to-be-committed wrapper framework). | |||||
2004-08-27 | Don't run the *-slashdot tests using the current buildlink3 framework, | jlam | 1 | -1/+3 | |
since they're known to be broken (see PR pkg/24760 and PR pkg/25500). | |||||
2004-08-27 | Make this work with the current incarnation of the buildlink3 framework. | jlam | 1 | -8/+8 | |