diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-02 22:28:38 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-02 22:28:38 -0800 |
commit | 1f70fe65a943f3867c12895986bfbc63190981de (patch) | |
tree | e9e76a4256cd1fbfd3b325efae53a44ba6eb5d19 /tests/runner.py | |
parent | 70a93a3622a27ddbf26771dfe2cac8153686e036 (diff) |
handle bitcasts etc. of call() idents +test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index aa22e06c..59e44102 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1110,6 +1110,7 @@ if 'benchmark' not in sys.argv: def test_cases(self): for name in os.listdir(path_from_root(['tests', 'cases'])): + print "Testing case '%s'..." % name.replace('.ll', '') self.do_ll_test(path_from_root(['tests', 'cases', name]), 'hello, world!') ### Integration tests |