diff options
author | showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-09-12 16:33:18 +0000 |
---|---|---|
committer | showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> | 2008-09-12 16:33:18 +0000 |
commit | ad1f1582a31c2cab992502f4d4ac130b483a5ec1 (patch) | |
tree | 043f2a3d1d23a72c00f083409f9f5c93fedbf086 /utils | |
parent | 84566344ad06e8b0605d36d69b2dcb6d27f56e6a (diff) |
Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow).
git-svn-id: svn://test.kernel.org/autotest/trunk@2138 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'utils')
-rw-r--r-- | utils/unittest_suite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py index d28cbf35..772a6bc6 100644 --- a/utils/unittest_suite.py +++ b/utils/unittest_suite.py @@ -22,6 +22,7 @@ LONG_TESTS = set(( 'barrier_unittest.py', 'migrate_unittest.py', 'frontend_unittest.py', + 'client_compilation_unittest.py' )) DEPENDENCIES = { |