summaryrefslogtreecommitdiffstats
path: root/pactest/tests/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13Quiet up the make process a bitDan McGee1-5/+6
When we do our sed edits, we really don't need every command printed out to the terminal. Now with "make -s", the output is quite palatable. Signed-off-by: Dan McGee <dan@archlinux.org>
2008-08-24Add autotools magic for pactestsHenning Garus1-0/+26
Added a Makefile.am for the pactest/tests dir. This is a blatant ripoff of scripts/Makefile.am, which replaces predefined expressions in NAME.py.in pactests with configure variables. This can be used to write pactests which consider compile time options. Signed-off-by: Henning Garus <henning.garus@gmail.com> [Dan: autotools are tough, make a few adjustments for correctness] Signed-off-by: Dan McGee <dan@archlinux.org>