aboutsummaryrefslogtreecommitdiff
path: root/.lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to '.lazy.lua')
-rw-r--r--.lazy.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.lazy.lua b/.lazy.lua
index eca1d48a..be5cd0af 100644
--- a/.lazy.lua
+++ b/.lazy.lua
@@ -68,11 +68,11 @@ return {
nesting_rules = {
['cpp_under_hpp'] = {
pattern = "(.*).hpp",
- files = { "%1.cpp", "%1.tests.cpp", "%1.S" }
+ files = { "%1.cpp", "%1.tests.cpp", "%1.stress.cpp", "%1.S" }
},
['tests_under_cpp'] = {
pattern = "(.*).cpp",
- files = { "%1.tests.cpp" }
+ files = { "%1.tests.cpp", "%1.stress.cpp" }
},
},
},