aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp1
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;