1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/pactest/Makefile.am
Dan McGee 6673d188b9 * Updated description of test upgrade052.
* Added the actual "Nagy's bug" as upgrade055.py.
* Updated the Makefile to distribute the pactest readme.
* Removed COPYING from the pactest directory- see COPYING at the root for the
  same license.
2007-02-27 16:15:47 +00:00

20 lines
256 B
Makefile

check_SCRIPTS = \
pactest.py \
pmdb.py \
pmenv.py \
pmfile.py \
pmpkg.py \
pmrule.py \
pmtest.py \
util.py \
$(wildcard tests/*.py) \
tests/TESTS
noinst_SCRIPTS = $(check_SCRIPTS)
EXTRA_DIST = \
README \
TODO \
ChangeLog \
$(check_SCRIPTS)