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 521d3ac80ad..cc2e1cd6b72 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -69,6 +69,7 @@ tests = [ ("Ice/optional", ["once"]), ("Ice/admin", ["core"]), ("Ice/metrics", ["core", "nossl", "noipv6"]), + ("Ice/enums", ["once"]), ("IceBox/admin", ["core", "noipv6", "nomx"]), ("IceBox/configuration", ["core", "noipv6", "nomx"]), ("Freeze/dbmap", ["once"]), |