1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 00:08:50 -05:00
pacman/scripts
Allan McRae 0c29eb431a makepkg: Add check() function for running test suites
A PKGBUILD can have an option check() function for running test suites
between the build() and package() stages.  This function is run by
default but can be disabled globally in with "!check" in BUILDENV in
makepkg.conf. This setting can be controlled on an individual package
basis using makepkg's --check and --nocheck flags. Addition dependencies
needed for running the test suite can be specified in the checkdepends
array and are only checked when running the check() function.

Original-work-by: Jeff C <jeff@kcaccess.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-12-29 19:28:00 -06:00
..
.gitignore Update scripts/ .gitignore 2010-12-12 22:42:22 -06:00
Makefile.am Add script to update pacman database format 2010-12-12 21:42:41 -06:00
makepkg.sh.in makepkg: Add check() function for running test suites 2010-12-29 19:28:00 -06:00
pacman-db-upgrade.sh.in Add script to update pacman database format 2010-12-12 21:42:41 -06:00
pacman-optimize.sh.in pacman-optimize: ensure database directory contains local/ 2010-12-12 21:42:54 -06:00
pkgdelta.sh.in Fix bash shell location check 2010-10-13 17:50:54 -05:00
rankmirrors.sh.in Fix bash shell location check 2010-10-13 17:50:54 -05:00
repo-add.sh.in Make repo-add and makepkg epoch-aware 2010-10-13 23:29:26 -05:00