diff options
Diffstat (limited to 'js/allTests.py')
-rwxr-xr-x | js/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/allTests.py b/js/allTests.py index 53becc64f3e..7811095379a 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -26,6 +26,7 @@ import TestUtil # tests = [ ("Ice/acm", ["core"]), + ("Ice/ami", ["core"]), ("Ice/binding", ["core"]), ("Ice/defaultValue", ["once"]), ("Ice/enums", ["once"]), |