diff options
| author | Chris Lumens <clumens@redhat.com> | 2010-06-21 14:09:39 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-06-21 15:02:19 -0400 |
| commit | c6d269fc65bfcf768699cc389620b11ffb648e8d (patch) | |
| tree | 0f81c05e90ec626a4b46121a48d592e1dc9d2ba9 /tests/regex | |
| parent | c23c83cb69ca2895c7c509490e865be6d014abce (diff) | |
| download | anaconda-c6d269fc65bfcf768699cc389620b11ffb648e8d.tar.gz anaconda-c6d269fc65bfcf768699cc389620b11ffb648e8d.tar.xz anaconda-c6d269fc65bfcf768699cc389620b11ffb648e8d.zip | |
Add the proxy tests to the top-level test framework.
Now, "make check" will run the regex tests as well as everything else.
Diffstat (limited to 'tests/regex')
| -rw-r--r-- | tests/regex/Makefile.am | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | tests/regex/proxy.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/regex/Makefile.am b/tests/regex/Makefile.am index af1bd58fd..f9bb6f935 100644 --- a/tests/regex/Makefile.am +++ b/tests/regex/Makefile.am @@ -20,3 +20,5 @@ EXTRA_DIST = *.py MAINTAINERCLEANFILES = Makefile.in + +TESTS = proxy.py diff --git a/tests/regex/proxy.py b/tests/regex/proxy.py index 767330d39..8d5596ca8 100644..100755 --- a/tests/regex/proxy.py +++ b/tests/regex/proxy.py @@ -1,3 +1,4 @@ +#!/usr/bin/python import unittest import re import traceback |
