diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/allTests.py b/java/allTests.py index 452280c9c36..ce66a6a833a 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -29,6 +29,7 @@ from scripts import * # List of all basic tests. # tests = [ + ("Slice/generation", ["once"]), ("Slice/keyword", ["once"]), ("IceUtil/inputUtil", ["once"]), ("Ice/proxy", ["core"]), |