aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_core.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index c305732d..481130c5 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -9002,6 +9002,7 @@ def process(filename):
'btVoronoiSimplexSolver.h:42', 'btVoronoiSimplexSolver.h:43']
for use_cmake in [False, True]: # If false, use a configure script to configure Bullet build.
+ print 'cmake', use_cmake
# Windows cannot run configure sh scripts.
if WINDOWS and not use_cmake:
continue
@@ -9016,7 +9017,7 @@ def process(filename):
test()
assert 'asm2g' in test_modes
- if self.run_name == 'asm2g' and configure[0] == 'sh':
+ if self.run_name == 'asm2g' and not use_cmake:
# Test forced alignment
print >> sys.stderr, 'testing FORCE_ALIGNED_MEMORY'
old = open('src.cpp.o.js').read()