Switching from make to shell script for test building.

This commit is contained in:
Ben Vanik
2014-09-09 22:25:37 -07:00
parent 7a81a08486
commit 4d59e081b3
20 changed files with 73 additions and 51 deletions

View File

@@ -472,7 +472,7 @@ class TestCommand(Command):
print('WARNING: test files not updated!');
else:
print('Updating test files...')
result = shell_call('make -C src/alloy/frontend/ppc/')
result = shell_call('./src/alloy/frontend/ppc/test/update.sh')
print('')
if result != 0:
return result