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 ba28b83b8f0..c63013af76c 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -27,6 +27,7 @@ import TestUtil tests = [ ("Slice/generation", ["once"]), ("Slice/keyword", ["once"]), + ("Slice/macros", ["once"]), ("Slice/structure", ["once"]), ("IceUtil/inputUtil", ["once"]), ("IceUtil/fileLock", ["once"]), |