diff options
Diffstat (limited to 'cpp/test/Ice/library/test.py')
-rw-r--r-- | cpp/test/Ice/library/test.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/test/Ice/library/test.py b/cpp/test/Ice/library/test.py new file mode 100644 index 00000000000..6184d25b675 --- /dev/null +++ b/cpp/test/Ice/library/test.py @@ -0,0 +1,10 @@ +# ********************************************************************** +# +# 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__, libDirs=["gencode", "consumer", "alltests"]) |