summaryrefslogtreecommitdiff
path: root/regress/ignore-tools
AgeCommit message (Collapse)AuthorFilesLines
2020-05-09regress/ignore-tools: removerillig3-56/+0
This regression test has been broken for a long time now. It tested the _TOOLS_OPSYS_INCOMPAT variable, which does not exist anymore.
2014-06-21Do not use a naked "make", instead use TEST_MAKE. Now it fails differently.bsiegert1-2/+2
2014-06-21Add PLISTs for all regression tests. The infrastructure now setsbsiegert1-0/+0
PKG_FAIL_REASON if there is no PLIST, breaking all but one test. Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on Mac OS. "haha" schmonz@
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-12New test to verify that the USE_GNU_TOOLS mechanism works while buildinggavan2-0/+56
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.