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 64e9a0eb036..4c1d9542b8e 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -49,6 +49,7 @@ tests = [ ("Ice/custom", ["core"]), ("Ice/checksum", ["core"]), ("Ice/dispatcher", ["core"]), + ("Ice/interrupt", ["core"]), ("Ice/packagemd", ["core"]), ("Ice/stream", ["core"]), ("Ice/hold", ["core"]), |