summaryrefslogtreecommitdiffstats
path: root/tests/regex/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove the parts required to make "make tests" work.Chris Lumens2010-11-111-2/+0
| | | | | | Since we're apparently using "make unittest" instead, make sure the other target simply doesn't work so there's no confusion. Also, add a Makefile.am to tests/pylint so that directory is included in the distributed sources.
* Add the proxy tests to the top-level test framework.Chris Lumens2010-06-211-0/+2
| | | | Now, "make check" will run the regex tests as well as everything else.
* Add test cases for proxy regex (#602712)Brian C. Lane2010-06-171-0/+22
Check for proper operation of the proxy regex. The regex neeeds to be copied over from yuminstall.py if it changes. Related: rhbz#602712