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 faae019c72a..53becc64f3e 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -25,6 +25,7 @@ import TestUtil # List of all basic tests. # tests = [ + ("Ice/acm", ["core"]), ("Ice/binding", ["core"]), ("Ice/defaultValue", ["once"]), ("Ice/enums", ["once"]), |