aboutsummaryrefslogtreecommitdiff
path: root/flang-rt/test/NonGtestUnit/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'flang-rt/test/NonGtestUnit/lit.cfg.py')
-rw-r--r--flang-rt/test/NonGtestUnit/lit.cfg.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/flang-rt/test/NonGtestUnit/lit.cfg.py b/flang-rt/test/NonGtestUnit/lit.cfg.py
index 4bee709..8da36ad 100644
--- a/flang-rt/test/NonGtestUnit/lit.cfg.py
+++ b/flang-rt/test/NonGtestUnit/lit.cfg.py
@@ -8,8 +8,7 @@ import lit.formats
config.name = "flang-rt-OldUnit"
# suffixes: A list of file extensions to treat as test files.
-# On Windows, ".exe" also matches the GTests and will execited redundantly.
-config.suffixes = [".test", ".exe"]
+config.suffixes = [".test", ".test.exe"]
# test_source_root: The root path where unit test binaries are located.
config.test_source_root = os.path.join(config.flangrt_binary_dir, "unittests")