pacman/test/makepkg
2018-12-26 20:57:50 -08:00
..
tests add basic makepkg test 2018-12-26 20:57:50 -08:00
Makefile.am add basic makepkg test 2018-12-26 20:57:50 -08:00
README add basic makepkg test 2018-12-26 20:57:50 -08:00
test_functions.sh add basic makepkg test 2018-12-26 20:57:50 -08:00

README
======

Running Tests
-------------

Environment Variables
---------------------

PMTEST_SCRIPT_DIR - location of the makepkg executable; defaults to "$(dirname "$0")/../../../scripts)"
PMTEST_LIBMAKEPKG_DIR - base directory of the makepkg library; defaults to "$PMTEST_SCRIPT_DIR/libmakepkg"
VERBOSE - enable additional test output for debugging

Adding New Tests
----------------