We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713b573 commit 8d9fa1eCopy full SHA for 8d9fa1e
src/test/TestRunner.cpp
@@ -285,6 +285,7 @@ checkPath(
285
// Check for a directory-wide config
286
Config::Settings dirSettings;
287
testArgs.apply(dirSettings, dirs_, argv);
288
+ dirSettings.multipage = false;
289
dirSettings.sourceRoot = files::appendPath(inputPath, ".");
290
dirSettings.stdlibIncludes.insert(
291
dirSettings.stdlibIncludes.end(),
0 commit comments