index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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) |