aboutsummaryrefslogtreecommitdiffstats
path: root/tests/function-args-by-ref/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function-args-by-ref/config.json')
-rw-r--r--tests/function-args-by-ref/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/function-args-by-ref/config.json b/tests/function-args-by-ref/config.json
index 03f72844..173569d8 100644
--- a/tests/function-args-by-ref/config.json
+++ b/tests/function-args-by-ref/config.json
@@ -8,6 +8,10 @@
},
{
"filename" : "sharedptrs.cpp"
+ },
+ {
+ "filename" : "warn-for-overridden-methods.cpp",
+ "env" : { "CLAZY_EXTRA_OPTIONS" : "function-args-by-ref-warn-for-overridden-methods" }
}
]
}