1#!/usr/bin/env python
2#
3# Copyright (c) ZeroC, Inc. All rights reserved.
4#
5
6import os, sys
7sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
8
9from Util import runTestsWithPath
10
11runTestsWithPath(__file__)
12