diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-31 14:07:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-31 14:07:22 -0800 |
commit | 350c10bc7dda90980965f1ce2e5b60ef85ad1a57 (patch) | |
tree | 7d2c1a04ee214c553937d1b3f994e953893c5408 /tests/runner.py | |
parent | 4cca0de78b08fac283390274521a7af83c7cf63a (diff) |
updated python build for automatic tests (now built with the bundled headers)
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index ca53962f..52ba7dc3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4431,7 +4431,7 @@ def process(filename): Settings.CORRECT_SIGNS = 1 # Not sure why, but needed Settings.EXPORTED_FUNCTIONS = ['_main', '_PyRun_SimpleStringFlags'] # for the demo - self.do_ll_run(path_from_root('tests', 'python', 'python.ll'), + self.do_ll_run(path_from_root('tests', 'python', 'python.small.bc'), 'hello python world!\n[0, 2, 4, 6]\n5\n22\n5.470000', args=['-S', '-c' '''print "hello python world!"; print [x*2 for x in range(4)]; t=2; print 10-3-t; print (lambda x: x*2)(11); print '%f' % 5.47''']) |