Execute message tests by default
authorRyan Dahl <ry@tinyclouds.org>
Sun, 20 Jun 2010 03:30:49 +0000 (20:30 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 20 Jun 2010 03:30:49 +0000 (20:30 -0700)
tools/test.py

index e89578f..d05dac4 100755 (executable)
@@ -1195,7 +1195,7 @@ def GetSpecialCommandProcessor(value):
     return ExpandCommand
 
 
-BUILT_IN_TESTS = ['simple', 'pummel', 'internet']
+BUILT_IN_TESTS = ['simple', 'pummel', 'message', 'internet']
 
 
 def GetSuites(test_root):