summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/repgrid/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/repgrid/test.py')
-rw-r--r--cpp/test/IceStorm/repgrid/test.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/test/IceStorm/repgrid/test.py b/cpp/test/IceStorm/repgrid/test.py
new file mode 100644
index 00000000000..5beb3296d89
--- /dev/null
+++ b/cpp/test/IceStorm/repgrid/test.py
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+# **********************************************************************
+#
+# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+#
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
+#
+# **********************************************************************
+
+TestSuite(__file__, [ IceGridTestCase(icegridregistry=IceGridRegistryMaster(),
+ client=IceGridClient()) ],
+ runOnMainThread=True, multihost=False) \ No newline at end of file