diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-11 13:46:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-11 13:46:14 -0700 |
commit | 162d21d98ac59709e64b9117b2f1d96f588fe636 (patch) | |
tree | 2410f20f822ba16739e63ee4e20bba2ad44b9a6e /tests | |
parent | bb0f0a9a603c877913ccc8855b7856b4bd799ea4 (diff) |
test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 6dba0f23..b1ccedac 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -8669,7 +8669,7 @@ def process(filename): test() assert 'asm2g' in test_modes - if self.run_name == 'asm2g': + if self.run_name == 'asm2g' and configure[0] == 'sh': # Test forced alignment print >> sys.stderr, 'testing FORCE_ALIGNED_MEMORY' old = open('src.cpp.o.js').read() |