summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08Add and enable print-plist.jmmv1-1/+2
2004-09-08Initial import of the print-plist regression test:jmmv4-0/+55
This test verifies that print-PLIST works, as well as related functionality such as PRINT_PLIST_AWK. Reviewed by gavan@.
2004-09-07Add a test for correctness of oddly-quoted arguments.jlam1-0/+8
2004-09-07Add missing spec file which was causing pkg_regress to not run this test.jlam1-0/+12
2004-08-30Check for the right output on a platform that has _USE_RPATH == no.jlam4-8/+36
2004-08-30Add and enable buildlink-libtool.jlam1-1/+2
2004-08-30Regression test for the buildlink libtool manipulations. Start withjlam3-0/+110
testing whether munging dependency_libs in installed libtool archives works properly.
2004-08-29Correct typo in comment.jlam2-4/+4
2004-08-29Make the lib-expand test do a little more: see that repeated library argsjlam1-2/+2
are nuked.
2004-08-28Provide a way to report the number of subtests passed and failed.jlam2-4/+36
2004-08-28Don't die as soon as the first test fails. Instead, run them all,jlam2-9/+27
then report how many failed and which ones. Return with an exit code indicating how many tests failed.
2004-08-28Allow this test to be used with both the current buildlink3 frameworkjlam1-6/+17
and the forthcoming wrapper script framework.
2004-08-28Add some more tests for "l" and "rm" BUILDLINK_TRANSFORM commands.jlam4-3/+38
2004-08-28Add and enable buildlink-unwrap.jlam1-1/+2
2004-08-28Regression test for whether *-config scripts and other similar files arejlam4-0/+139
correctly unwrapped (unbuildinkified).
2004-08-28Add some comments.jlam1-2/+9
2004-08-28Add spec file so that this can be driven by pkg_regress.jlam1-0/+12
2004-08-28Add NetBSD tag.jlam1-0/+2
2004-08-28Add pkgfail, a simple regression test which ensures that PKG_FAIL_REASON works.gavan3-1/+66
This test serves as a simple example of how to write a regression test.
2004-08-27Revert previous. The fact that they don't pass is something to fix, notjlam1-3/+1
to avoid (although this is fixed in the soon-to-be-committed wrapper framework).
2004-08-27Don't run the *-slashdot tests using the current buildlink3 framework,jlam1-1/+3
since they're known to be broken (see PR pkg/24760 and PR pkg/25500).
2004-08-27Make this work with the current incarnation of the buildlink3 framework.jlam1-8/+8
2004-08-27Add and enable buildlink-transform.jlam1-1/+3
2004-08-27Add some regression tests for correctness of buildlink3 transformations.jlam21-0/+222
2004-08-27Add a new "regress" category for pkgsrc regression testing code. Wejlam1-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.