summaryrefslogtreecommitdiff
path: root/regress/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-03-21regress/infra-unittests: add small framework for testing mk/ with mocksrillig1-1/+2
2018-11-10mk/misc: in show-all, list values of *_ENV and *_ARGS in separate linesrillig1-1/+2
The *_ENV and *_ARG values are typically very long, and reading them in a single line is unnecessarily difficult. Therefore, each of their values is listed on a separate line, for example: fetch: usr DIST_PATH (undefined) pkg MASTER_SITES = \ http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/glib/2.56/ \ https://download.gnome.org/sources/glib/2.56/ \ # end of MASTER_SITES pkg DIST_SUBDIR (undefined)
2018-11-09regress: Add a link to the pkgsrc guiderillig1-2/+3
2018-11-09regress: add env-varsrillig1-1/+4
2016-06-11Added regression test for portability checks.rillig1-1/+2
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-03-07Added a regression test for the SUBST framework, especially the newlyrillig1-1/+2
introduced SUBST_VARS.
2006-09-06Add make-env-phases.ben1-1/+2
2006-07-11Added a testcase for the pkgsrc compilers.rillig1-1/+2
2006-07-10Added a test for the new pkgsrc barriers. It currently fails, but shouldrillig1-1/+2
not.
2005-11-19Added a regression test for the TOOLS framework.rillig1-1/+2
2005-08-06Converted the Makefiles to the "category normal form", as required byrillig1-1/+2
pkglint.
2005-05-19Added the pkg-options regression test.rillig1-1/+2
2005-05-15Added make-quoting.rillig1-1/+2
2005-05-08Add and enable bootstrap-install-sh.jlam1-1/+2
2005-02-12New test to verify that the USE_GNU_TOOLS mechanism works while buildinggavan1-1/+2
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.
2004-09-08Add and enable print-plist.jmmv1-1/+2
2004-08-30Add and enable buildlink-libtool.jlam1-1/+2
2004-08-28Add and enable buildlink-unwrap.jlam1-1/+2
2004-08-28Add pkgfail, a simple regression test which ensures that PKG_FAIL_REASON works.gavan1-1/+2
This test serves as a simple example of how to write a regression test.
2004-08-27Add and enable buildlink-transform.jlam1-1/+3
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.