diff options
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 |