diff options
Diffstat (limited to 'python/allTests.py')
-rwxr-xr-x | python/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/allTests.py b/python/allTests.py index df33823181a..4dc01fe19be 100755 --- a/python/allTests.py +++ b/python/allTests.py @@ -28,6 +28,7 @@ tests = [ ("Slice/structure", ["once"]), ("Slice/macros", ["once"]), ("Slice/import", ["once"]), + ("Slice/unicodePaths", ["once"]), ("Ice/adapterDeactivation", ["core"]), ("Ice/binding", ["core"]), ("Ice/exceptions", ["core"]), |