diff options
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-x | py/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/allTests.py b/py/allTests.py index 5ce49abc82f..32fc14b7704 100755 --- a/py/allTests.py +++ b/py/allTests.py @@ -26,6 +26,7 @@ import TestUtil tests = [ ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), + ("Slice/macros", ["once"]), ("Ice/adapterDeactivation", ["core"]), ("Ice/binding", ["core"]), ("Ice/exceptions", ["core"]), |