index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-02-22 21:34:51 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 21:34:51 +0000 |
commit | 332c12710988198070fbc95cd869ca639b989238 (patch) | |
tree | 2dd7b1977f297bd660b26cef168325a347953384 /pactest | |
parent | ef4728903d4c5f69100a0b3923b82b6008972c6f (diff) |
-rw-r--r-- | pactest/Makefile.am | 15 |
diff --git a/pactest/Makefile.am b/pactest/Makefile.am new file mode 100644 index 00000000..07c205fa --- /dev/null +++ b/pactest/Makefile.am @@ -0,0 +1,15 @@ +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 = $(check_SCRIPTS) |