summaryrefslogtreecommitdiff
path: root/src/util/testpkg.c
Commit message (Collapse)AuthorAge
* Set the correct type on the log callback functionDan McGee2007-04-26
| | | | | | | Somehow missed this earlier when changing everything to types. unsigned short -> pmloglevel_t wherever necessary. Signed-off-by: Dan McGee <dan@archlinux.org>
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
| | | | | | | | reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest.
* Added 'testpkg' binary to test for validity of a package:Aaron Griffin2007-02-12
testpkg <package file>, returns 0 on success, 1 on failure failure will also output error messages to stdout