diff options
author | Jose <jose@zeroc.com> | 2013-07-17 00:09:35 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-17 00:09:35 +0200 |
commit | 3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86 (patch) | |
tree | 26fa5dbd2ff580933dc28b90af40ba9e3ca6fe7b /php/allTests.py | |
parent | Fixed ICE-5356 - Consider adding man pages for unix executables (diff) | |
download | ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.tar.bz2 ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.tar.xz ice-3288f5190bafcf1d9a71bbef7cd0b7d287fb7b86.zip |
Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macro
Diffstat (limited to 'php/allTests.py')
-rwxr-xr-x | php/allTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php/allTests.py b/php/allTests.py index d4e601e313a..63ae6e84442 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -42,7 +42,8 @@ tests = [ ("Ice/ini", ["once"]), ("Ice/scope", ["once"]), ("Slice/keyword", ["once"]), - ("Slice/structure", ["once"]) + ("Slice/structure", ["once"]), + ("Slice/macros", ["once"]), ] if __name__ == "__main__": |