diff options
Diffstat (limited to 'test/lit/lit.cfg.py')
-rw-r--r-- | test/lit/lit.cfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/lit.cfg.py b/test/lit/lit.cfg.py index 79d9f641b..b337bddcd 100644 --- a/test/lit/lit.cfg.py +++ b/test/lit/lit.cfg.py @@ -7,7 +7,7 @@ config.test_format = lit.formats.ShTest() config.suffixes = ['.wat', '.wast', '.test'] config.test_source_root = os.path.dirname(__file__) -config.test_exec_root = os.path.join(config.binaryen_build_root, 'test') +config.test_exec_root = os.path.join(config.binaryen_build_root, 'out', 'test') config.environment = dict(os.environ) |