From 3cba4f460686303d6ab426585d9b726eeac3d3b7 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Fri, 8 Dec 2006 01:57:30 +0000 Subject: add some portage_util tests svn path=/main/trunk/; revision=5217 --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py index d0d31801d..1a235ff26 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,7 +7,7 @@ import unittest def main(): - tests = ["test_vercmp"] + tests = ["test_vercmp", "test_util"] suite = unittest.TestSuite() -- cgit v1.2.3-1-g7c22