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 ce7ac3ac3c4..525fd7fc4f3 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -64,6 +64,7 @@ tests = [ ("Ice/classLoader", ["core"]), ("Ice/invoke", ["core"]), ("Ice/properties", ["once"]), + ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), ("Ice/optional", ["once"]), ("IceBox/configuration", ["core", "noipv6"]), |