aboutsummaryrefslogtreecommitdiff
path: root/flang/test/NonGtestUnit/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/NonGtestUnit/lit.cfg.py')
-rw-r--r--flang/test/NonGtestUnit/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/NonGtestUnit/lit.cfg.py b/flang/test/NonGtestUnit/lit.cfg.py
index 39ae19f..407b393 100644
--- a/flang/test/NonGtestUnit/lit.cfg.py
+++ b/flang/test/NonGtestUnit/lit.cfg.py
@@ -4,7 +4,7 @@ import lit.Test
config.name = "flang-OldUnit"
-config.suffixes = [".test"]
+config.suffixes = [".test", ".test.exe"]
config.test_source_root = os.path.join(config.flang_obj_root, "unittests")
config.test_exec_root = config.test_source_root