Add tests
diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py
index e6ad3a3..583d88a 100755
--- a/test/py/RunClientServer.py
+++ b/test/py/RunClientServer.py
@@ -44,6 +44,7 @@
     'TestEof.py',
     'TestSyntax.py',
     'TestSocket.py',
+    'TestTypes.py'
 ]
 FRAMED = ["TNonblockingServer"]
 SKIP_ZLIB = ['TNonblockingServer', 'THttpServer']