diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 673a7f6..54c6b89 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -444,6 +444,7 @@ namespace sibs std::string linker; bool testsBuildOnly = false; bool skipCompile = false; + std::vector<FileString> testRunArgs; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; |