Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-08-27 | Add and enable buildlink-transform. | jlam | 1 | -1/+3 | |
2004-08-27 | Add some regression tests for correctness of buildlink3 transformations. | jlam | 21 | -0/+222 | |
2004-08-27 | Add a new "regress" category for pkgsrc regression testing code. We | jlam | 1 | -0/+5 | |
don't descend into this directory for anything since these packages aren't packages in the normal sense, since they're not expected to install or package correctly. |